#6A79CF

Color #6A79CF Chetwode Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Chetwode Blue #6A79CF

Tints of Chetwode Blue #6A79CF

Color information

#6A79CF (or 0x6A79CF) is unknown color: approx Chetwode Blue. HEX triplet: 6A, 79 and CF. RGB value is (106,121,207). Sum of RGB (Red+Green+Blue) = 106+121+207=434 (57% of max value = 765). Red value is 106 (41.80% from 255 or 24.42% from 434); Green value is 121 (47.66% from 255 or 27.88% from 434); Blue value is 207 (81.25% from 255 or 47.70% from 434); Max value from RGB is 207 - color contains mainly: blue. Hex color #6A79CF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6A79CF is #958630. Grayscale: #7D7D7D. Windows color (decimal): -9799217 or 13597034. OLE color: 13597034.

HSL color Cylindrical-coordinate representation of color #6A79CF: hue angle of 231.09º degrees, saturation: 0.51, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6A79CF is Cyan = 0.49, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB106121207-
CMYK0.490.4200.19
HSL231.09º51.27%61.37%-
HSV(B)231.09º48.79%81.18%-
XYZ24.0421.2461.86-
YUV126.32173.53113.51-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 106 (41.80% from 255) = 24.42%
GREEN value IS 121 (47.66% from 255) = 27.88%
BLUE value IS 207 (81.25% from 255) = 47.70%
R=24.42%
G=27.88%
B=47.70%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1061212070.490.4200.19231.0951.2761.37
Hex6A79CF312A013e7333d
Octal15217131761520233476375
Binary110101011110011100111111000110101001001111100111110011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A79CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6A79CF; }

 p { color: rgb(106,121,207); }

 H1.HeaderClassName
 {
   color: #6A79CF;
 }
 .AnyTagClassName
 {
   color: #6A79CF;
 }
</style>
background-color css

<style>
 a { background-color: #6A79CF; }

 a { background-color: rgb(106,121,207); }

 div.DivClassName
 {
   background-color: #6A79CF;
 }
 .BgClassName
 {
   background-color: #6A79CF;
 }
</style>
border-color css

<style>
 span { border-color: #6A79CF; }

 span { border-color: rgb(106,121,207); }

 td.TdClassName
 {
   border-color: #6A79CF;
 }
 .TagClassName
 {
   border-color: #6A79CF;
 }
</style>