#696ECA

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

Shades of Chetwode Blue #696ECA

Tints of Chetwode Blue #696ECA

Color information

#696ECA (or 0x696ECA) is unknown color: approx Chetwode Blue. HEX triplet: 69, 6E and CA. RGB value is (105,110,202). Sum of RGB (Red+Green+Blue) = 105+110+202=417 (55% of max value = 765). Red value is 105 (41.41% from 255 or 25.18% from 417); Green value is 110 (43.36% from 255 or 26.38% from 417); Blue value is 202 (79.30% from 255 or 48.44% from 417); Max value from RGB is 202 - color contains mainly: blue. Hex color #696ECA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #696ECA is #969135. Grayscale: #767676. Windows color (decimal): -9867574 or 13266537. OLE color: 13266537.

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

Color convert

RGB105110202-
CMYK0.480.4600.21
HSL236.91º47.78%60.2%-
HSV(B)236.91º48.02%79.22%-
XYZ22.0618.4258.27-
YUV118.99174.84118.02-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 25.18%
GREEN value IS 110 (43.36% from 255) = 26.38%
BLUE value IS 202 (79.30% from 255) = 48.44%
R=25.18%
G=26.38%
B=48.44%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1051102020.480.4600.21236.9147.7860.2
Hex696ECA302E015ed303c
Octal15115631260560253556074
Binary110100111011101100101011000010111001010111101101110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #696ECA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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