Html Css Color HEX #696EBE Chetwode Blue

📋 copy color: '#696EBE'

red 105 ◦ green 110 ◦ blue 190

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

Shades of Chetwode Blue #696EBE

Tints of Chetwode Blue #696EBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 46.91%

R = 25.93%
G = 27.16%
B = 46.91%

CMYK

 C value IS 0.45

 M value IS 0.42

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#696EBE (or 0x696EBE) is known color: Chetwode Blue. HEX triplet: 69, 6E and BE. RGB value is (105,110,190). Sum of RGB (Red+Green+Blue) = 105+110+190=405 (53% of max value = 765). Red value is 105 (41.41% from 255 or 25.93% from 405); Green value is 110 (43.36% from 255 or 27.16% from 405); Blue value is 190 (74.61% from 255 or 46.91% from 405); Max value from RGB is 190 - color contains mainly: blue. Hex color #696EBE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #696EBE is #969141. Grayscale: #757575. Windows color (decimal): -9867586 or 12480105. OLE color: 12480105.

HSL color Cylindrical-coordinate representation of color #696EBE: hue angle of 236.47º degrees, saturation: 0.4, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #696EBE is Cyan = 0.45, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 105 110 190 -
CMYK 0.45 0.42 0 0.25
HSL 236.47º 0.4% 0.58% -
HSV(B) 236.47º 0.45% 0.75% -
XYZ 20.7 17.87 51.07 -
YUV 117.63 168.84 119 -
System Red Green Blue C M Y K H S L
Decimal 105 110 190 0.45 0.42 0 0.25 236.47 0.4 0.58
Hex 69 6E BE 2D 2A 0 19 EC 28 3A
Octal 151 156 276 55 52 0 31 354 50 72
Binary 1101001 1101110 10111110 101101 101010 0 11001 11101100 101000 111010

Color Harmonies of #696EBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #696EBE

Black with #696EBE

Text Example


Text Example

White with #696EBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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