Html Css Color HEX #696EBD Chetwode Blue

📋 copy color: '#696EBD'

red 105 ◦ green 110 ◦ blue 189

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

Shades of Chetwode Blue #696EBD

Tints of Chetwode Blue #696EBD

RGB

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

 GREEN value IS 110 (43.36% from 255) = 27.23%

 BLUE value IS 189 (74.22% from 255) = 46.78%

R = 25.99%
G = 27.23%
B = 46.78%

CMYK

 C value IS 0.44

 M value IS 0.42

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#696EBD (or 0x696EBD) is known color: Chetwode Blue. HEX triplet: 69, 6E and BD. RGB value is (105,110,189). Sum of RGB (Red+Green+Blue) = 105+110+189=404 (53% of max value = 765). Red value is 105 (41.41% from 255 or 25.99% from 404); Green value is 110 (43.36% from 255 or 27.23% from 404); Blue value is 189 (74.22% from 255 or 46.78% from 404); Max value from RGB is 189 - color contains mainly: blue. Hex color #696EBD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #696EBD is #969142. Grayscale: #757575. Windows color (decimal): -9867587 or 12414569. OLE color: 12414569.

HSL color Cylindrical-coordinate representation of color #696EBD: hue angle of 236.43º degrees, saturation: 0.39, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #696EBD is Cyan = 0.44, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 105 110 189 -
CMYK 0.44 0.42 0 0.26
HSL 236.43º 0.39% 0.58% -
HSV(B) 236.43º 0.44% 0.74% -
XYZ 20.59 17.83 50.5 -
YUV 117.51 168.34 119.08 -
System Red Green Blue C M Y K H S L
Decimal 105 110 189 0.44 0.42 0 0.26 236.43 0.39 0.58
Hex 69 6E BD 2C 2A 0 1A EC 27 3A
Octal 151 156 275 54 52 0 32 354 47 72
Binary 1101001 1101110 10111101 101100 101010 0 11010 11101100 100111 111010

Color Harmonies of #696EBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #696EBD

Black with #696EBD

Text Example


Text Example

White with #696EBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(105,110,189); }

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

background-color css

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

 a { background-color: rgb(105,110,189); }

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

border-color css

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

 span { border-color: rgb(105,110,189); }

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