Html Css Color HEX #696AB4 Chetwode Blue

📋 copy color: '#696AB4'

red 105 ◦ green 106 ◦ blue 180

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

Shades of Chetwode Blue #696AB4

Tints of Chetwode Blue #696AB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 46.04%

R = 26.85%
G = 27.11%
B = 46.04%

CMYK

 C value IS 0.42

 M value IS 0.41

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#696AB4 (or 0x696AB4) is known color: Chetwode Blue. HEX triplet: 69, 6A and B4. RGB value is (105,106,180). Sum of RGB (Red+Green+Blue) = 105+106+180=391 (51% of max value = 765). Red value is 105 (41.41% from 255 or 26.85% from 391); Green value is 106 (41.80% from 255 or 27.11% from 391); Blue value is 180 (70.70% from 255 or 46.04% from 391); Max value from RGB is 180 - color contains mainly: blue. Hex color #696AB4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #696AB4 is #96954B. Grayscale: #717171. Windows color (decimal): -9868620 or 11823721. OLE color: 11823721.

HSL color Cylindrical-coordinate representation of color #696AB4: hue angle of 239.2º degrees, saturation: 0.33, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #696AB4 is Cyan = 0.42, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 105 106 180 -
CMYK 0.42 0.41 0 0.29
HSL 239.2º 0.33% 0.56% -
HSV(B) 239.2º 0.42% 0.71% -
XYZ 19.22 16.61 45.37 -
YUV 114.14 165.17 121.48 -
System Red Green Blue C M Y K H S L
Decimal 105 106 180 0.42 0.41 0 0.29 239.2 0.33 0.56
Hex 69 6A B4 2A 29 0 1D EF 21 38
Octal 151 152 264 52 51 0 35 357 41 70
Binary 1101001 1101010 10110100 101010 101001 0 11101 11101111 100001 111000

Color Harmonies of #696AB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #696AB4

Black with #696AB4

Text Example


Text Example

White with #696AB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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