Html Css Color HEX #696EA1 Chetwode Blue

📋 copy color: '#696EA1'

red 105 ◦ green 110 ◦ blue 161

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

Shades of Chetwode Blue #696EA1

Tints of Chetwode Blue #696EA1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 42.82%

R = 27.93%
G = 29.26%
B = 42.82%

CMYK

 C value IS 0.35

 M value IS 0.32

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#696EA1 (or 0x696EA1) is known color: Chetwode Blue. HEX triplet: 69, 6E and A1. RGB value is (105,110,161). Sum of RGB (Red+Green+Blue) = 105+110+161=376 (49% of max value = 765). Red value is 105 (41.41% from 255 or 27.93% from 376); Green value is 110 (43.36% from 255 or 29.26% from 376); Blue value is 161 (63.28% from 255 or 42.82% from 376); Max value from RGB is 161 - color contains mainly: blue. Hex color #696EA1 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #696EA1 is #96915E. Grayscale: #727272. Windows color (decimal): -9867615 or 10579561. OLE color: 10579561.

HSL color Cylindrical-coordinate representation of color #696EA1: hue angle of 234.64º degrees, saturation: 0.23, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #696EA1 is Cyan = 0.35, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 105 110 161 -
CMYK 0.35 0.32 0 0.37
HSL 234.64º 0.23% 0.52% -
HSV(B) 234.64º 0.35% 0.63% -
XYZ 17.83 16.73 36.01 -
YUV 114.32 154.34 121.35 -
System Red Green Blue C M Y K H S L
Decimal 105 110 161 0.35 0.32 0 0.37 234.64 0.23 0.52
Hex 69 6E A1 23 20 0 25 EB 17 34
Octal 151 156 241 43 40 0 45 353 27 64
Binary 1101001 1101110 10100001 100011 100000 0 100101 11101011 10111 110100

Color Harmonies of #696EA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #696EA1

Black with #696EA1

Text Example


Text Example

White with #696EA1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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