Html Css Color HEX #696ABF Chetwode Blue

📋 copy color: '#696ABF'

red 105 ◦ green 106 ◦ blue 191

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

Shades of Chetwode Blue #696ABF

Tints of Chetwode Blue #696ABF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 47.51%

R = 26.12%
G = 26.37%
B = 47.51%

CMYK

 C value IS 0.45

 M value IS 0.45

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#696ABF (or 0x696ABF) is known color: Chetwode Blue. HEX triplet: 69, 6A and BF. RGB value is (105,106,191). Sum of RGB (Red+Green+Blue) = 105+106+191=402 (53% of max value = 765). Red value is 105 (41.41% from 255 or 26.12% from 402); Green value is 106 (41.80% from 255 or 26.37% from 402); Blue value is 191 (75% from 255 or 47.51% from 402); Max value from RGB is 191 - color contains mainly: blue. Hex color #696ABF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #696ABF is #969540. Grayscale: #737373. Windows color (decimal): -9868609 or 12544617. OLE color: 12544617.

HSL color Cylindrical-coordinate representation of color #696ABF: hue angle of 239.3º 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 #696ABF is Cyan = 0.45, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 105 106 191 -
CMYK 0.45 0.45 0 0.25
HSL 239.3º 0.4% 0.58% -
HSV(B) 239.3º 0.45% 0.75% -
XYZ 20.38 17.07 51.51 -
YUV 115.39 170.67 120.59 -
System Red Green Blue C M Y K H S L
Decimal 105 106 191 0.45 0.45 0 0.25 239.3 0.4 0.58
Hex 69 6A BF 2D 2D 0 19 EF 28 3A
Octal 151 152 277 55 55 0 31 357 50 72
Binary 1101001 1101010 10111111 101101 101101 0 11001 11101111 101000 111010

Color Harmonies of #696ABF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #696ABF

Black with #696ABF

Text Example


Text Example

White with #696ABF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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