Html Css Color HEX #696BB8 Chetwode Blue

📋 copy color: '#696BB8'

red 105 ◦ green 107 ◦ blue 184

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

Shades of Chetwode Blue #696BB8

Tints of Chetwode Blue #696BB8

RGB

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

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

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

R = 26.52%
G = 27.02%
B = 46.46%

CMYK

 C value IS 0.43

 M value IS 0.42

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#696BB8 (or 0x696BB8) is known color: Chetwode Blue. HEX triplet: 69, 6B and B8. RGB value is (105,107,184). Sum of RGB (Red+Green+Blue) = 105+107+184=396 (52% of max value = 765). Red value is 105 (41.41% from 255 or 26.52% from 396); Green value is 107 (42.19% from 255 or 27.02% from 396); Blue value is 184 (72.27% from 255 or 46.46% from 396); Max value from RGB is 184 - color contains mainly: blue. Hex color #696BB8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #696BB8 is #969447. Grayscale: #727272. Windows color (decimal): -9868360 or 12086121. OLE color: 12086121.

HSL color Cylindrical-coordinate representation of color #696BB8: hue angle of 238.48º 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 #696BB8 is Cyan = 0.43, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 105 107 184 -
CMYK 0.43 0.42 0 0.28
HSL 238.48º 0.36% 0.57% -
HSV(B) 238.48º 0.43% 0.72% -
XYZ 19.74 16.98 47.58 -
YUV 115.18 166.84 120.74 -
System Red Green Blue C M Y K H S L
Decimal 105 107 184 0.43 0.42 0 0.28 238.48 0.36 0.57
Hex 69 6B B8 2B 2A 0 1C EE 24 39
Octal 151 153 270 53 52 0 34 356 44 71
Binary 1101001 1101011 10111000 101011 101010 0 11100 11101110 100100 111001

Color Harmonies of #696BB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #696BB8

Black with #696BB8

Text Example


Text Example

White with #696BB8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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