Html Css Color HEX #696ABB Chetwode Blue

📋 copy color: '#696ABB'

red 105 ◦ green 106 ◦ blue 187

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

Shades of Chetwode Blue #696ABB

Tints of Chetwode Blue #696ABB

RGB

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

 GREEN value IS 106 (41.8% from 255) = 26.63%

 BLUE value IS 187 (73.44% from 255) = 46.98%

R = 26.38%
G = 26.63%
B = 46.98%

CMYK

 C value IS 0.44

 M value IS 0.43

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#696ABB (or 0x696ABB) is known color: Chetwode Blue. HEX triplet: 69, 6A and BB. RGB value is (105,106,187). Sum of RGB (Red+Green+Blue) = 105+106+187=398 (52% of max value = 765). Red value is 105 (41.41% from 255 or 26.38% from 398); Green value is 106 (41.80% from 255 or 26.63% from 398); Blue value is 187 (73.44% from 255 or 46.98% from 398); Max value from RGB is 187 - color contains mainly: blue. Hex color #696ABB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #696ABB is #969544. Grayscale: #727272. Windows color (decimal): -9868613 or 12282473. OLE color: 12282473.

HSL color Cylindrical-coordinate representation of color #696ABB: hue angle of 239.27º degrees, saturation: 0.38, 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 #696ABB is Cyan = 0.44, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 105 106 187 -
CMYK 0.44 0.43 0 0.27
HSL 239.27º 0.38% 0.57% -
HSV(B) 239.27º 0.44% 0.73% -
XYZ 19.95 16.9 49.22 -
YUV 114.94 168.67 120.91 -
System Red Green Blue C M Y K H S L
Decimal 105 106 187 0.44 0.43 0 0.27 239.27 0.38 0.57
Hex 69 6A BB 2C 2B 0 1B EF 26 39
Octal 151 152 273 54 53 0 33 357 46 71
Binary 1101001 1101010 10111011 101100 101011 0 11011 11101111 100110 111001

Color Harmonies of #696ABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #696ABB

Black with #696ABB

Text Example


Text Example

White with #696ABB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(105,106,187); }

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

background-color css

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

 a { background-color: rgb(105,106,187); }

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

border-color css

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

 span { border-color: rgb(105,106,187); }

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