Html Css Color HEX #696ABE Chetwode Blue

📋 copy color: '#696ABE'

red 105 ◦ green 106 ◦ blue 190

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

Shades of Chetwode Blue #696ABE

Tints of Chetwode Blue #696ABE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 47.38%

R = 26.18%
G = 26.43%
B = 47.38%

CMYK

 C value IS 0.45

 M value IS 0.44

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#696ABE (or 0x696ABE) is known color: Chetwode Blue. HEX triplet: 69, 6A and BE. RGB value is (105,106,190). Sum of RGB (Red+Green+Blue) = 105+106+190=401 (53% of max value = 765). Red value is 105 (41.41% from 255 or 26.18% from 401); Green value is 106 (41.80% from 255 or 26.43% from 401); Blue value is 190 (74.61% from 255 or 47.38% from 401); Max value from RGB is 190 - color contains mainly: blue. Hex color #696ABE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #696ABE is #969541. Grayscale: #727272. Windows color (decimal): -9868610 or 12479081. OLE color: 12479081.

HSL color Cylindrical-coordinate representation of color #696ABE: hue angle of 239.29º degrees, saturation: 0.4, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #696ABE is Cyan = 0.45, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 105 106 190 -
CMYK 0.45 0.44 0 0.25
HSL 239.29º 0.4% 0.58% -
HSV(B) 239.29º 0.45% 0.75% -
XYZ 20.27 17.03 50.93 -
YUV 115.28 170.17 120.67 -
System Red Green Blue C M Y K H S L
Decimal 105 106 190 0.45 0.44 0 0.25 239.29 0.4 0.58
Hex 69 6A BE 2D 2C 0 19 EF 28 3A
Octal 151 152 276 55 54 0 31 357 50 72
Binary 1101001 1101010 10111110 101101 101100 0 11001 11101111 101000 111010

Color Harmonies of #696ABE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #696ABE

Black with #696ABE

Text Example


Text Example

White with #696ABE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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