Html Css Color HEX #696FB5 Chetwode Blue

📋 copy color: '#696FB5'

red 105 ◦ green 111 ◦ blue 181

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

Shades of Chetwode Blue #696FB5

Tints of Chetwode Blue #696FB5

RGB

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

 GREEN value IS 111 (43.75% from 255) = 27.96%

 BLUE value IS 181 (71.09% from 255) = 45.59%

R = 26.45%
G = 27.96%
B = 45.59%

CMYK

 C value IS 0.42

 M value IS 0.39

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#696FB5 (or 0x696FB5) is known color: Chetwode Blue. HEX triplet: 69, 6F and B5. RGB value is (105,111,181). Sum of RGB (Red+Green+Blue) = 105+111+181=397 (52% of max value = 765). Red value is 105 (41.41% from 255 or 26.45% from 397); Green value is 111 (43.75% from 255 or 27.96% from 397); Blue value is 181 (71.09% from 255 or 45.59% from 397); Max value from RGB is 181 - color contains mainly: blue. Hex color #696FB5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #696FB5 is #96904A. Grayscale: #747474. Windows color (decimal): -9867339 or 11890537. OLE color: 11890537.

HSL color Cylindrical-coordinate representation of color #696FB5: hue angle of 235.26º degrees, saturation: 0.34, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #696FB5 is Cyan = 0.42, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 105 111 181 -
CMYK 0.42 0.39 0 0.29
HSL 235.26º 0.34% 0.56% -
HSV(B) 235.26º 0.42% 0.71% -
XYZ 19.85 17.71 46.09 -
YUV 117.19 164.01 119.31 -
System Red Green Blue C M Y K H S L
Decimal 105 111 181 0.42 0.39 0 0.29 235.26 0.34 0.56
Hex 69 6F B5 2A 27 0 1D EB 22 38
Octal 151 157 265 52 47 0 35 353 42 70
Binary 1101001 1101111 10110101 101010 100111 0 11101 11101011 100010 111000

Color Harmonies of #696FB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #696FB5

Black with #696FB5

Text Example


Text Example

White with #696FB5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(105,111,181); }

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

background-color css

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

 a { background-color: rgb(105,111,181); }

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

border-color css

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

 span { border-color: rgb(105,111,181); }

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