#6979C4

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

Shades of Chetwode Blue #6979C4

Tints of Chetwode Blue #6979C4

Color information

#6979C4 (or 0x6979C4) is unknown color: approx Chetwode Blue. HEX triplet: 69, 79 and C4. RGB value is (105,121,196). Sum of RGB (Red+Green+Blue) = 105+121+196=422 (55% of max value = 765). Red value is 105 (41.41% from 255 or 24.88% from 422); Green value is 121 (47.66% from 255 or 28.67% from 422); Blue value is 196 (76.95% from 255 or 46.45% from 422); Max value from RGB is 196 - color contains mainly: blue. Hex color #6979C4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6979C4 is #96863B. Grayscale: #7C7C7C. Windows color (decimal): -9864764 or 12876137. OLE color: 12876137.

HSL color Cylindrical-coordinate representation of color #6979C4: hue angle of 229.45º degrees, saturation: 0.44, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6979C4 is Cyan = 0.46, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB105121196-
CMYK0.460.3800.23
HSL229.45º43.54%59.02%-
HSV(B)229.45º46.43%76.86%-
XYZ22.6320.6655.02-
YUV124.77168.2113.9-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 24.88%
GREEN value IS 121 (47.66% from 255) = 28.67%
BLUE value IS 196 (76.95% from 255) = 46.45%
R=24.88%
G=28.67%
B=46.45%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1051211960.460.3800.23229.4543.5459.02
Hex6979C42E26017e52c3b
Octal15117130456460273455473
Binary110100111110011100010010111010011001011111100101101100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6979C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6979C4; }

 p { color: rgb(105,121,196); }

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

<style>
 a { background-color: #6979C4; }

 a { background-color: rgb(105,121,196); }

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

<style>
 span { border-color: #6979C4; }

 span { border-color: rgb(105,121,196); }

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