Html Css Color HEX #696BB2 Chetwode Blue

📋 copy color: '#696BB2'

red 105 ◦ green 107 ◦ blue 178

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

Shades of Chetwode Blue #696BB2

Tints of Chetwode Blue #696BB2

RGB

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

 GREEN value IS 107 (42.19% from 255) = 27.44%

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

R = 26.92%
G = 27.44%
B = 45.64%

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

#696BB2 (or 0x696BB2) is known color: Chetwode Blue. HEX triplet: 69, 6B and B2. RGB value is (105,107,178). Sum of RGB (Red+Green+Blue) = 105+107+178=390 (51% of max value = 765). Red value is 105 (41.41% from 255 or 26.92% from 390); Green value is 107 (42.19% from 255 or 27.44% from 390); Blue value is 178 (69.92% from 255 or 45.64% from 390); Max value from RGB is 178 - color contains mainly: blue. Hex color #696BB2 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #696BB2 is #96944D. Grayscale: #727272. Windows color (decimal): -9868366 or 11692905. OLE color: 11692905.

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

Color convert

RGB 105 107 178 -
CMYK 0.41 0.40 0 0.30
HSL 238.36º 0.32% 0.55% -
HSV(B) 238.36º 0.41% 0.7% -
XYZ 19.12 16.73 44.34 -
YUV 114.5 163.84 121.23 -
System Red Green Blue C M Y K H S L
Decimal 105 107 178 0.41 0.40 0 0.30 238.36 0.32 0.55
Hex 69 6B B2 29 28 0 1E EE 20 37
Octal 151 153 262 51 50 0 36 356 40 67
Binary 1101001 1101011 10110010 101001 101000 0 11110 11101110 100000 110111

Color Harmonies of #696BB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #696BB2

Black with #696BB2

Text Example


Text Example

White with #696BB2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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