Html Css Color HEX #696F9C Chetwode Blue

📋 copy color: '#696F9C'

red 105 ◦ green 111 ◦ blue 156

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

Shades of Chetwode Blue #696F9C

Tints of Chetwode Blue #696F9C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 41.94%

R = 28.23%
G = 29.84%
B = 41.94%

CMYK

 C value IS 0.33

 M value IS 0.29

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#696F9C (or 0x696F9C) is known color: Chetwode Blue. HEX triplet: 69, 6F and 9C. RGB value is (105,111,156). Sum of RGB (Red+Green+Blue) = 105+111+156=372 (49% of max value = 765). Red value is 105 (41.41% from 255 or 28.23% from 372); Green value is 111 (43.75% from 255 or 29.84% from 372); Blue value is 156 (61.33% from 255 or 41.94% from 372); Max value from RGB is 156 - color contains mainly: blue. Hex color #696F9C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #696F9C is #969063. Grayscale: #727272. Windows color (decimal): -9867364 or 10252137. OLE color: 10252137.

HSL color Cylindrical-coordinate representation of color #696F9C: hue angle of 232.94º degrees, saturation: 0.2, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #696F9C is Cyan = 0.33, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 105 111 156 -
CMYK 0.33 0.29 0 0.39
HSL 232.94º 0.2% 0.51% -
HSV(B) 232.94º 0.33% 0.61% -
XYZ 17.51 16.77 33.77 -
YUV 114.34 151.51 121.34 -
System Red Green Blue C M Y K H S L
Decimal 105 111 156 0.33 0.29 0 0.39 232.94 0.2 0.51
Hex 69 6F 9C 21 1D 0 27 E9 14 33
Octal 151 157 234 41 35 0 47 351 24 63
Binary 1101001 1101111 10011100 100001 11101 0 100111 11101001 10100 110011

Color Harmonies of #696F9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #696F9C

Black with #696F9C

Text Example


Text Example

White with #696F9C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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