#6976D4

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

Shades of Chetwode Blue #6976D4

Tints of Chetwode Blue #6976D4

Color information

#6976D4 (or 0x6976D4) is unknown color: approx Chetwode Blue. HEX triplet: 69, 76 and D4. RGB value is (105,118,212). Sum of RGB (Red+Green+Blue) = 105+118+212=435 (57% of max value = 765). Red value is 105 (41.41% from 255 or 24.14% from 435); Green value is 118 (46.48% from 255 or 27.13% from 435); Blue value is 212 (83.20% from 255 or 48.74% from 435); Max value from RGB is 212 - color contains mainly: blue. Hex color #6976D4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6976D4 is #96892B. Grayscale: #7C7C7C. Windows color (decimal): -9865516 or 13923945. OLE color: 13923945.

HSL color Cylindrical-coordinate representation of color #6976D4: hue angle of 232.71º degrees, saturation: 0.55, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6976D4 is Cyan = 0.50, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB105118212-
CMYK0.500.4400.17
HSL232.71º55.44%62.16%-
HSV(B)232.71º50.47%83.14%-
XYZ24.1920.7165.01-
YUV124.83177.19113.86-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 24.14%
GREEN value IS 118 (46.48% from 255) = 27.13%
BLUE value IS 212 (83.20% from 255) = 48.74%
R=24.14%
G=27.13%
B=48.74%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1051182120.500.4400.17232.7155.4462.16
Hex6976D4322C011e9373e
Octal15116632462540213516776
Binary110100111101101101010011001010110001000111101001110111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6976D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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