#696DC8

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

Shades of Chetwode Blue #696DC8

Tints of Chetwode Blue #696DC8

Color information

#696DC8 (or 0x696DC8) is unknown color: approx Chetwode Blue. HEX triplet: 69, 6D and C8. RGB value is (105,109,200). Sum of RGB (Red+Green+Blue) = 105+109+200=414 (54% of max value = 765). Red value is 105 (41.41% from 255 or 25.36% from 414); Green value is 109 (42.97% from 255 or 26.33% from 414); Blue value is 200 (78.52% from 255 or 48.31% from 414); Max value from RGB is 200 - color contains mainly: blue. Hex color #696DC8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #696DC8 is #969237. Grayscale: #757575. Windows color (decimal): -9867832 or 13135209. OLE color: 13135209.

HSL color Cylindrical-coordinate representation of color #696DC8: hue angle of 237.47º degrees, saturation: 0.46, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #696DC8 is Cyan = 0.48, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB105109200-
CMYK0.480.4600.22
HSL237.47º46.34%59.8%-
HSV(B)237.47º47.5%78.43%-
XYZ21.7218.1156.99-
YUV118.18174.17118.6-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 25.36%
GREEN value IS 109 (42.97% from 255) = 26.33%
BLUE value IS 200 (78.52% from 255) = 48.31%
R=25.36%
G=26.33%
B=48.31%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1051092000.480.4600.22237.4746.3459.8
Hex696DC8302E016ed2e3c
Octal15115531060560263555674
Binary110100111011011100100011000010111001011011101101101110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #696DC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #696DC8; }

 p { color: rgb(105,109,200); }

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

<style>
 a { background-color: #696DC8; }

 a { background-color: rgb(105,109,200); }

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

<style>
 span { border-color: #696DC8; }

 span { border-color: rgb(105,109,200); }

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