#6979CD

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

Shades of Chetwode Blue #6979CD

Tints of Chetwode Blue #6979CD

Color information

#6979CD (or 0x6979CD) is unknown color: approx Chetwode Blue. HEX triplet: 69, 79 and CD. RGB value is (105,121,205). Sum of RGB (Red+Green+Blue) = 105+121+205=431 (57% of max value = 765). Red value is 105 (41.41% from 255 or 24.36% from 431); Green value is 121 (47.66% from 255 or 28.07% from 431); Blue value is 205 (80.47% from 255 or 47.56% from 431); Max value from RGB is 205 - color contains mainly: blue. Hex color #6979CD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6979CD is #968632. Grayscale: #7D7D7D. Windows color (decimal): -9864755 or 13465961. OLE color: 13465961.

HSL color Cylindrical-coordinate representation of color #6979CD: hue angle of 230.4º degrees, saturation: 0.5, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6979CD is Cyan = 0.49, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB105121205-
CMYK0.490.4100.20
HSL230.4º50%60.78%-
HSV(B)230.4º48.78%80.39%-
XYZ23.6821.0960.58-
YUV125.79172.7113.17-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 24.36%
GREEN value IS 121 (47.66% from 255) = 28.07%
BLUE value IS 205 (80.47% from 255) = 47.56%
R=24.36%
G=28.07%
B=47.56%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1051212050.490.4100.20230.45060.78
Hex6979CD3129014e6323d
Octal15117131561510243466275
Binary110100111110011100110111000110100101010011100110110010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6979CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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