Html Css Color HEX #696EA3 Chetwode Blue

📋 copy color: '#696EA3'

red 105 ◦ green 110 ◦ blue 163

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

Shades of Chetwode Blue #696EA3

Tints of Chetwode Blue #696EA3

RGB

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

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

 BLUE value IS 163 (64.06% from 255) = 43.12%

R = 27.78%
G = 29.1%
B = 43.12%

CMYK

 C value IS 0.36

 M value IS 0.33

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#696EA3 (or 0x696EA3) is known color: Chetwode Blue. HEX triplet: 69, 6E and A3. RGB value is (105,110,163). Sum of RGB (Red+Green+Blue) = 105+110+163=378 (50% of max value = 765). Red value is 105 (41.41% from 255 or 27.78% from 378); Green value is 110 (43.36% from 255 or 29.10% from 378); Blue value is 163 (64.06% from 255 or 43.12% from 378); Max value from RGB is 163 - color contains mainly: blue. Hex color #696EA3 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #696EA3 is #96915C. Grayscale: #727272. Windows color (decimal): -9867613 or 10710633. OLE color: 10710633.

HSL color Cylindrical-coordinate representation of color #696EA3: hue angle of 234.83º degrees, saturation: 0.24, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #696EA3 is Cyan = 0.36, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 105 110 163 -
CMYK 0.36 0.33 0 0.36
HSL 234.83º 0.24% 0.53% -
HSV(B) 234.83º 0.36% 0.64% -
XYZ 18.01 16.8 36.94 -
YUV 114.55 155.34 121.19 -
System Red Green Blue C M Y K H S L
Decimal 105 110 163 0.36 0.33 0 0.36 234.83 0.24 0.53
Hex 69 6E A3 24 21 0 24 EB 18 35
Octal 151 156 243 44 41 0 44 353 30 65
Binary 1101001 1101110 10100011 100100 100001 0 100100 11101011 11000 110101

Color Harmonies of #696EA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #696EA3

Black with #696EA3

Text Example


Text Example

White with #696EA3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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