Html Css Color HEX #696BA6 Chetwode Blue

📋 copy color: '#696BA6'

red 105 ◦ green 107 ◦ blue 166

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

Shades of Chetwode Blue #696BA6

Tints of Chetwode Blue #696BA6

RGB

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

 GREEN value IS 107 (42.19% from 255) = 28.31%

 BLUE value IS 166 (65.23% from 255) = 43.92%

R = 27.78%
G = 28.31%
B = 43.92%

CMYK

 C value IS 0.37

 M value IS 0.36

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#696BA6 (or 0x696BA6) is known color: Chetwode Blue. HEX triplet: 69, 6B and A6. RGB value is (105,107,166). Sum of RGB (Red+Green+Blue) = 105+107+166=378 (50% of max value = 765). Red value is 105 (41.41% from 255 or 27.78% from 378); Green value is 107 (42.19% from 255 or 28.31% from 378); Blue value is 166 (65.23% from 255 or 43.92% from 378); Max value from RGB is 166 - color contains mainly: blue. Hex color #696BA6 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #696BA6 is #969459. Grayscale: #707070. Windows color (decimal): -9868378 or 10906473. OLE color: 10906473.

HSL color Cylindrical-coordinate representation of color #696BA6: hue angle of 238.03º degrees, saturation: 0.26, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #696BA6 is Cyan = 0.37, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 105 107 166 -
CMYK 0.37 0.36 0 0.35
HSL 238.03º 0.26% 0.53% -
HSV(B) 238.03º 0.37% 0.65% -
XYZ 17.97 16.27 38.27 -
YUV 113.13 157.84 122.2 -
System Red Green Blue C M Y K H S L
Decimal 105 107 166 0.37 0.36 0 0.35 238.03 0.26 0.53
Hex 69 6B A6 25 24 0 23 EE 1A 35
Octal 151 153 246 45 44 0 43 356 32 65
Binary 1101001 1101011 10100110 100101 100100 0 100011 11101110 11010 110101

Color Harmonies of #696BA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #696BA6

Black with #696BA6

Text Example


Text Example

White with #696BA6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(105,107,166); }

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

background-color css

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

 a { background-color: rgb(105,107,166); }

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

border-color css

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

 span { border-color: rgb(105,107,166); }

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