#6977CB

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

Shades of Chetwode Blue #6977CB

Tints of Chetwode Blue #6977CB

Color information

#6977CB (or 0x6977CB) is unknown color: approx Chetwode Blue. HEX triplet: 69, 77 and CB. RGB value is (105,119,203). Sum of RGB (Red+Green+Blue) = 105+119+203=427 (56% of max value = 765). Red value is 105 (41.41% from 255 or 24.59% from 427); Green value is 119 (46.88% from 255 or 27.87% from 427); Blue value is 203 (79.69% from 255 or 47.54% from 427); Max value from RGB is 203 - color contains mainly: blue. Hex color #6977CB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6977CB is #968834. Grayscale: #7C7C7C. Windows color (decimal): -9865269 or 13334377. OLE color: 13334377.

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

Color convert

RGB105119203-
CMYK0.480.4100.20
HSL231.43º48.51%60.39%-
HSV(B)231.43º48.28%79.61%-
XYZ23.220.5159.24-
YUV124.39172.36114.17-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 24.59%
GREEN value IS 119 (46.88% from 255) = 27.87%
BLUE value IS 203 (79.69% from 255) = 47.54%
R=24.59%
G=27.87%
B=47.54%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1051192030.480.4100.20231.4348.5160.39
Hex6977CB3029014e7313c
Octal15116731360510243476174
Binary110100111101111100101111000010100101010011100111110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6977CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6977CB; }

 p { color: rgb(105,119,203); }

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

<style>
 a { background-color: #6977CB; }

 a { background-color: rgb(105,119,203); }

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

<style>
 span { border-color: #6977CB; }

 span { border-color: rgb(105,119,203); }

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