Html Css Color HEX #696BAB Chetwode Blue

📋 copy color: '#696BAB'

red 105 ◦ green 107 ◦ blue 171

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

Shades of Chetwode Blue #696BAB

Tints of Chetwode Blue #696BAB

RGB

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

 GREEN value IS 107 (42.19% from 255) = 27.94%

 BLUE value IS 171 (67.19% from 255) = 44.65%

R = 27.42%
G = 27.94%
B = 44.65%

CMYK

 C value IS 0.39

 M value IS 0.37

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#696BAB (or 0x696BAB) is known color: Chetwode Blue. HEX triplet: 69, 6B and AB. RGB value is (105,107,171). Sum of RGB (Red+Green+Blue) = 105+107+171=383 (50% of max value = 765). Red value is 105 (41.41% from 255 or 27.42% from 383); Green value is 107 (42.19% from 255 or 27.94% from 383); Blue value is 171 (67.19% from 255 or 44.65% from 383); Max value from RGB is 171 - color contains mainly: blue. Hex color #696BAB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #696BAB is #969454. Grayscale: #717171. Windows color (decimal): -9868373 or 11234153. OLE color: 11234153.

HSL color Cylindrical-coordinate representation of color #696BAB: hue angle of 238.18º degrees, saturation: 0.28, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #696BAB is Cyan = 0.39, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 105 107 171 -
CMYK 0.39 0.37 0 0.33
HSL 238.18º 0.28% 0.54% -
HSV(B) 238.18º 0.39% 0.67% -
XYZ 18.43 16.46 40.73 -
YUV 113.7 160.34 121.8 -
System Red Green Blue C M Y K H S L
Decimal 105 107 171 0.39 0.37 0 0.33 238.18 0.28 0.54
Hex 69 6B AB 27 25 0 21 EE 1C 36
Octal 151 153 253 47 45 0 41 356 34 66
Binary 1101001 1101011 10101011 100111 100101 0 100001 11101110 11100 110110

Color Harmonies of #696BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #696BAB

Black with #696BAB

Text Example


Text Example

White with #696BAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(105,107,171); }

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

background-color css

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

 a { background-color: rgb(105,107,171); }

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

border-color css

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

 span { border-color: rgb(105,107,171); }

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