Html Css Color HEX #696ABC Chetwode Blue

📋 copy color: '#696ABC'

red 105 ◦ green 106 ◦ blue 188

#696ABC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Chetwode Blue #696ABC

Tints of Chetwode Blue #696ABC

RGB

 RED value IS 105 (41.41% from 255) = 26.32%

 GREEN value IS 106 (41.8% from 255) = 26.57%

 BLUE value IS 188 (73.83% from 255) = 47.12%

R = 26.32%
G = 26.57%
B = 47.12%

CMYK

 C value IS 0.44

 M value IS 0.44

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#696ABC (or 0x696ABC) is known color: Chetwode Blue. HEX triplet: 69, 6A and BC. RGB value is (105,106,188). Sum of RGB (Red+Green+Blue) = 105+106+188=399 (52% of max value = 765). Red value is 105 (41.41% from 255 or 26.32% from 399); Green value is 106 (41.80% from 255 or 26.57% from 399); Blue value is 188 (73.83% from 255 or 47.12% from 399); Max value from RGB is 188 - color contains mainly: blue. Hex color #696ABC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #696ABC is #969543. Grayscale: #727272. Windows color (decimal): -9868612 or 12348009. OLE color: 12348009.

HSL color Cylindrical-coordinate representation of color #696ABC: hue angle of 239.28º degrees, saturation: 0.38, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #696ABC is Cyan = 0.44, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 105 106 188 -
CMYK 0.44 0.44 0 0.26
HSL 239.28º 0.38% 0.57% -
HSV(B) 239.28º 0.44% 0.74% -
XYZ 20.06 16.94 49.79 -
YUV 115.05 169.17 120.83 -
System Red Green Blue C M Y K H S L
Decimal 105 106 188 0.44 0.44 0 0.26 239.28 0.38 0.57
Hex 69 6A BC 2C 2C 0 1A EF 26 39
Octal 151 152 274 54 54 0 32 357 46 71
Binary 1101001 1101010 10111100 101100 101100 0 11010 11101111 100110 111001

Color Harmonies of #696ABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #696ABC

Black with #696ABC

Text Example


Text Example

White with #696ABC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(105,106,188); }

 H1.HeaderClassName
 {
   color: #696ABC;
 }
 .AnyTagClassName
 {
   color: #696ABC;
 }
</style>

background-color css

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

 a { background-color: rgb(105,106,188); }

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

border-color css

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

 span { border-color: rgb(105,106,188); }

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