Html Css Color HEX #696DBB Chetwode Blue

📋 copy color: '#696DBB'

red 105 ◦ green 109 ◦ blue 187

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

Shades of Chetwode Blue #696DBB

Tints of Chetwode Blue #696DBB

RGB

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

 GREEN value IS 109 (42.97% from 255) = 27.18%

 BLUE value IS 187 (73.44% from 255) = 46.63%

R = 26.18%
G = 27.18%
B = 46.63%

CMYK

 C value IS 0.44

 M value IS 0.42

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#696DBB (or 0x696DBB) is known color: Chetwode Blue. HEX triplet: 69, 6D and BB. RGB value is (105,109,187). Sum of RGB (Red+Green+Blue) = 105+109+187=401 (53% of max value = 765). Red value is 105 (41.41% from 255 or 26.18% from 401); Green value is 109 (42.97% from 255 or 27.18% from 401); Blue value is 187 (73.44% from 255 or 46.63% from 401); Max value from RGB is 187 - color contains mainly: blue. Hex color #696DBB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #696DBB is #969244. Grayscale: #747474. Windows color (decimal): -9867845 or 12283241. OLE color: 12283241.

HSL color Cylindrical-coordinate representation of color #696DBB: hue angle of 237.07º degrees, saturation: 0.38, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #696DBB is Cyan = 0.44, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 105 109 187 -
CMYK 0.44 0.42 0 0.27
HSL 237.07º 0.38% 0.57% -
HSV(B) 237.07º 0.44% 0.73% -
XYZ 20.26 17.53 49.33 -
YUV 116.7 167.67 119.66 -
System Red Green Blue C M Y K H S L
Decimal 105 109 187 0.44 0.42 0 0.27 237.07 0.38 0.57
Hex 69 6D BB 2C 2A 0 1B ED 26 39
Octal 151 155 273 54 52 0 33 355 46 71
Binary 1101001 1101101 10111011 101100 101010 0 11011 11101101 100110 111001

Color Harmonies of #696DBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #696DBB

Black with #696DBB

Text Example


Text Example

White with #696DBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(105,109,187); }

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

background-color css

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

 a { background-color: rgb(105,109,187); }

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

border-color css

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

 span { border-color: rgb(105,109,187); }

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