Html Css Color HEX #696AB2 Chetwode Blue

📋 copy color: '#696AB2'

red 105 ◦ green 106 ◦ blue 178

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

Shades of Chetwode Blue #696AB2

Tints of Chetwode Blue #696AB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 45.76%

R = 26.99%
G = 27.25%
B = 45.76%

CMYK

 C value IS 0.41

 M value IS 0.40

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#696AB2 (or 0x696AB2) is known color: Chetwode Blue. HEX triplet: 69, 6A and B2. RGB value is (105,106,178). Sum of RGB (Red+Green+Blue) = 105+106+178=389 (51% of max value = 765). Red value is 105 (41.41% from 255 or 26.99% from 389); Green value is 106 (41.80% from 255 or 27.25% from 389); Blue value is 178 (69.92% from 255 or 45.76% from 389); Max value from RGB is 178 - color contains mainly: blue. Hex color #696AB2 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #696AB2 is #96954D. Grayscale: #717171. Windows color (decimal): -9868622 or 11692649. OLE color: 11692649.

HSL color Cylindrical-coordinate representation of color #696AB2: hue angle of 239.18º degrees, saturation: 0.32, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #696AB2 is Cyan = 0.41, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 105 106 178 -
CMYK 0.41 0.40 0 0.30
HSL 239.18º 0.32% 0.55% -
HSV(B) 239.18º 0.41% 0.7% -
XYZ 19.02 16.53 44.31 -
YUV 113.91 164.17 121.65 -
System Red Green Blue C M Y K H S L
Decimal 105 106 178 0.41 0.40 0 0.30 239.18 0.32 0.55
Hex 69 6A B2 29 28 0 1E EF 20 37
Octal 151 152 262 51 50 0 36 357 40 67
Binary 1101001 1101010 10110010 101001 101000 0 11110 11101111 100000 110111

Color Harmonies of #696AB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #696AB2

Black with #696AB2

Text Example


Text Example

White with #696AB2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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