Html Css Color HEX #696BAD Chetwode Blue

📋 copy color: '#696BAD'

red 105 ◦ green 107 ◦ blue 173

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

Shades of Chetwode Blue #696BAD

Tints of Chetwode Blue #696BAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 44.94%

R = 27.27%
G = 27.79%
B = 44.94%

CMYK

 C value IS 0.39

 M value IS 0.38

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#696BAD (or 0x696BAD) is known color: Chetwode Blue. HEX triplet: 69, 6B and AD. RGB value is (105,107,173). Sum of RGB (Red+Green+Blue) = 105+107+173=385 (50% of max value = 765). Red value is 105 (41.41% from 255 or 27.27% from 385); Green value is 107 (42.19% from 255 or 27.79% from 385); Blue value is 173 (67.97% from 255 or 44.94% from 385); Max value from RGB is 173 - color contains mainly: blue. Hex color #696BAD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #696BAD is #969452. Grayscale: #717171. Windows color (decimal): -9868371 or 11365225. OLE color: 11365225.

HSL color Cylindrical-coordinate representation of color #696BAD: hue angle of 238.24º degrees, saturation: 0.29, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #696BAD is Cyan = 0.39, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 105 107 173 -
CMYK 0.39 0.38 0 0.32
HSL 238.24º 0.29% 0.55% -
HSV(B) 238.24º 0.39% 0.68% -
XYZ 18.63 16.54 41.75 -
YUV 113.93 161.34 121.63 -
System Red Green Blue C M Y K H S L
Decimal 105 107 173 0.39 0.38 0 0.32 238.24 0.29 0.55
Hex 69 6B AD 27 26 0 20 EE 1D 37
Octal 151 153 255 47 46 0 40 356 35 67
Binary 1101001 1101011 10101101 100111 100110 0 100000 11101110 11101 110111

Color Harmonies of #696BAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #696BAD

Black with #696BAD

Text Example


Text Example

White with #696BAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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