Html Css Color HEX #696CB8 Chetwode Blue

📋 copy color: '#696CB8'

red 105 ◦ green 108 ◦ blue 184

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

Shades of Chetwode Blue #696CB8

Tints of Chetwode Blue #696CB8

RGB

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

 GREEN value IS 108 (42.58% from 255) = 27.2%

 BLUE value IS 184 (72.27% from 255) = 46.35%

R = 26.45%
G = 27.2%
B = 46.35%

CMYK

 C value IS 0.43

 M value IS 0.41

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#696CB8 (or 0x696CB8) is known color: Chetwode Blue. HEX triplet: 69, 6C and B8. RGB value is (105,108,184). Sum of RGB (Red+Green+Blue) = 105+108+184=397 (52% of max value = 765). Red value is 105 (41.41% from 255 or 26.45% from 397); Green value is 108 (42.58% from 255 or 27.20% from 397); Blue value is 184 (72.27% from 255 or 46.35% from 397); Max value from RGB is 184 - color contains mainly: blue. Hex color #696CB8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #696CB8 is #969347. Grayscale: #737373. Windows color (decimal): -9868104 or 12086377. OLE color: 12086377.

HSL color Cylindrical-coordinate representation of color #696CB8: hue angle of 237.72º degrees, saturation: 0.36, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #696CB8 is Cyan = 0.43, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 105 108 184 -
CMYK 0.43 0.41 0 0.28
HSL 237.72º 0.36% 0.57% -
HSV(B) 237.72º 0.43% 0.72% -
XYZ 19.84 17.19 47.62 -
YUV 115.77 166.51 120.32 -
System Red Green Blue C M Y K H S L
Decimal 105 108 184 0.43 0.41 0 0.28 237.72 0.36 0.57
Hex 69 6C B8 2B 29 0 1C EE 24 39
Octal 151 154 270 53 51 0 34 356 44 71
Binary 1101001 1101100 10111000 101011 101001 0 11100 11101110 100100 111001

Color Harmonies of #696CB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #696CB8

Black with #696CB8

Text Example


Text Example

White with #696CB8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(105,108,184); }

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

background-color css

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

 a { background-color: rgb(105,108,184); }

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

border-color css

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

 span { border-color: rgb(105,108,184); }

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