#696ECB

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

Shades of Chetwode Blue #696ECB

Tints of Chetwode Blue #696ECB

Color information

#696ECB (or 0x696ECB) is unknown color: approx Chetwode Blue. HEX triplet: 69, 6E and CB. RGB value is (105,110,203). Sum of RGB (Red+Green+Blue) = 105+110+203=418 (55% of max value = 765). Red value is 105 (41.41% from 255 or 25.12% from 418); Green value is 110 (43.36% from 255 or 26.32% from 418); Blue value is 203 (79.69% from 255 or 48.56% from 418); Max value from RGB is 203 - color contains mainly: blue. Hex color #696ECB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #696ECB is #969134. Grayscale: #767676. Windows color (decimal): -9867573 or 13332073. OLE color: 13332073.

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

Color convert

RGB105110203-
CMYK0.480.4600.20
HSL236.94º48.51%60.39%-
HSV(B)236.94º48.28%79.61%-
XYZ22.1818.4758.9-
YUV119.11175.34117.94-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 25.12%
GREEN value IS 110 (43.36% from 255) = 26.32%
BLUE value IS 203 (79.69% from 255) = 48.56%
R=25.12%
G=26.32%
B=48.56%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1051102030.480.4600.20236.9448.5160.39
Hex696ECB302E014ed313c
Octal15115631360560243556174
Binary110100111011101100101111000010111001010011101101110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #696ECB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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