Html Css Color HEX #696EBA Chetwode Blue

📋 copy color: '#696EBA'

red 105 ◦ green 110 ◦ blue 186

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

Shades of Chetwode Blue #696EBA

Tints of Chetwode Blue #696EBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 46.38%

R = 26.18%
G = 27.43%
B = 46.38%

CMYK

 C value IS 0.44

 M value IS 0.41

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#696EBA (or 0x696EBA) is known color: Chetwode Blue. HEX triplet: 69, 6E and BA. RGB value is (105,110,186). Sum of RGB (Red+Green+Blue) = 105+110+186=401 (53% of max value = 765). Red value is 105 (41.41% from 255 or 26.18% from 401); Green value is 110 (43.36% from 255 or 27.43% from 401); Blue value is 186 (73.05% from 255 or 46.38% from 401); Max value from RGB is 186 - color contains mainly: blue. Hex color #696EBA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #696EBA is #969145. Grayscale: #747474. Windows color (decimal): -9867590 or 12217961. OLE color: 12217961.

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

Color convert

RGB 105 110 186 -
CMYK 0.44 0.41 0 0.27
HSL 236.3º 0.37% 0.57% -
HSV(B) 236.3º 0.44% 0.73% -
XYZ 20.26 17.7 48.8 -
YUV 117.17 166.84 119.32 -
System Red Green Blue C M Y K H S L
Decimal 105 110 186 0.44 0.41 0 0.27 236.3 0.37 0.57
Hex 69 6E BA 2C 29 0 1B EC 25 39
Octal 151 156 272 54 51 0 33 354 45 71
Binary 1101001 1101110 10111010 101100 101001 0 11011 11101100 100101 111001

Color Harmonies of #696EBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #696EBA

Black with #696EBA

Text Example


Text Example

White with #696EBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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