#6976CB

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

Shades of Chetwode Blue #6976CB

Tints of Chetwode Blue #6976CB

Color information

#6976CB (or 0x6976CB) is unknown color: approx Chetwode Blue. HEX triplet: 69, 76 and CB. RGB value is (105,118,203). Sum of RGB (Red+Green+Blue) = 105+118+203=426 (56% of max value = 765). Red value is 105 (41.41% from 255 or 24.65% from 426); Green value is 118 (46.48% from 255 or 27.70% from 426); Blue value is 203 (79.69% from 255 or 47.65% from 426); Max value from RGB is 203 - color contains mainly: blue. Hex color #6976CB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6976CB is #968934. Grayscale: #7B7B7B. Windows color (decimal): -9865525 or 13334121. OLE color: 13334121.

HSL color Cylindrical-coordinate representation of color #6976CB: hue angle of 232.04º 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 #6976CB is Cyan = 0.48, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB105118203-
CMYK0.480.4200.20
HSL232.04º48.51%60.39%-
HSV(B)232.04º48.28%79.61%-
XYZ23.0820.2759.2-
YUV123.8172.69114.59-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 24.65%
GREEN value IS 118 (46.48% from 255) = 27.70%
BLUE value IS 203 (79.69% from 255) = 47.65%
R=24.65%
G=27.70%
B=47.65%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1051182030.480.4200.20232.0448.5160.39
Hex6976CB302A014e8313c
Octal15116631360520243506174
Binary110100111101101100101111000010101001010011101000110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6976CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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