Html Css Color HEX #696EBC Chetwode Blue

📋 copy color: '#696EBC'

red 105 ◦ green 110 ◦ blue 188

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

Shades of Chetwode Blue #696EBC

Tints of Chetwode Blue #696EBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 46.65%

R = 26.05%
G = 27.3%
B = 46.65%

CMYK

 C value IS 0.44

 M value IS 0.41

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#696EBC (or 0x696EBC) is known color: Chetwode Blue. HEX triplet: 69, 6E and BC. RGB value is (105,110,188). Sum of RGB (Red+Green+Blue) = 105+110+188=403 (53% of max value = 765). Red value is 105 (41.41% from 255 or 26.05% from 403); Green value is 110 (43.36% from 255 or 27.30% from 403); Blue value is 188 (73.83% from 255 or 46.65% from 403); Max value from RGB is 188 - color contains mainly: blue. Hex color #696EBC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #696EBC is #969143. Grayscale: #757575. Windows color (decimal): -9867588 or 12349033. OLE color: 12349033.

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

Color convert

RGB 105 110 188 -
CMYK 0.44 0.41 0 0.26
HSL 236.39º 0.38% 0.57% -
HSV(B) 236.39º 0.44% 0.74% -
XYZ 20.48 17.79 49.93 -
YUV 117.4 167.84 119.16 -
System Red Green Blue C M Y K H S L
Decimal 105 110 188 0.44 0.41 0 0.26 236.39 0.38 0.57
Hex 69 6E BC 2C 29 0 1A EC 26 39
Octal 151 156 274 54 51 0 32 354 46 71
Binary 1101001 1101110 10111100 101100 101001 0 11010 11101100 100110 111001

Color Harmonies of #696EBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #696EBC

Black with #696EBC

Text Example


Text Example

White with #696EBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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