Html Css Color HEX #696FB2 Chetwode Blue

📋 copy color: '#696FB2'

red 105 ◦ green 111 ◦ blue 178

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

Shades of Chetwode Blue #696FB2

Tints of Chetwode Blue #696FB2

RGB

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

 GREEN value IS 111 (43.75% from 255) = 28.17%

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

R = 26.65%
G = 28.17%
B = 45.18%

CMYK

 C value IS 0.41

 M value IS 0.38

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#696FB2 (or 0x696FB2) is known color: Chetwode Blue. HEX triplet: 69, 6F and B2. RGB value is (105,111,178). Sum of RGB (Red+Green+Blue) = 105+111+178=394 (52% of max value = 765). Red value is 105 (41.41% from 255 or 26.65% from 394); Green value is 111 (43.75% from 255 or 28.17% from 394); Blue value is 178 (69.92% from 255 or 45.18% from 394); Max value from RGB is 178 - color contains mainly: blue. Hex color #696FB2 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #696FB2 is #96904D. Grayscale: #747474. Windows color (decimal): -9867342 or 11693929. OLE color: 11693929.

HSL color Cylindrical-coordinate representation of color #696FB2: hue angle of 235.07º 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 #696FB2 is Cyan = 0.41, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 105 111 178 -
CMYK 0.41 0.38 0 0.30
HSL 235.07º 0.32% 0.55% -
HSV(B) 235.07º 0.41% 0.7% -
XYZ 19.55 17.59 44.48 -
YUV 116.84 162.51 119.55 -
System Red Green Blue C M Y K H S L
Decimal 105 111 178 0.41 0.38 0 0.30 235.07 0.32 0.55
Hex 69 6F B2 29 26 0 1E EB 20 37
Octal 151 157 262 51 46 0 36 353 40 67
Binary 1101001 1101111 10110010 101001 100110 0 11110 11101011 100000 110111

Color Harmonies of #696FB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #696FB2

Black with #696FB2

Text Example


Text Example

White with #696FB2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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