Html Css Color HEX #696CBB Chetwode Blue

📋 copy color: '#696CBB'

red 105 ◦ green 108 ◦ blue 187

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

Shades of Chetwode Blue #696CBB

Tints of Chetwode Blue #696CBB

RGB

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

 GREEN value IS 108 (42.58% from 255) = 27%

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

R = 26.25%
G = 27%
B = 46.75%

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

#696CBB (or 0x696CBB) is known color: Chetwode Blue. HEX triplet: 69, 6C and BB. RGB value is (105,108,187). Sum of RGB (Red+Green+Blue) = 105+108+187=400 (52% of max value = 765). Red value is 105 (41.41% from 255 or 26.25% from 400); Green value is 108 (42.58% from 255 or 27% from 400); Blue value is 187 (73.44% from 255 or 46.75% from 400); Max value from RGB is 187 - color contains mainly: blue. Hex color #696CBB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #696CBB is #969344. Grayscale: #737373. Windows color (decimal): -9868101 or 12282985. OLE color: 12282985.

HSL color Cylindrical-coordinate representation of color #696CBB: hue angle of 237.8º 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 #696CBB is Cyan = 0.44, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 105 108 187 -
CMYK 0.44 0.42 0 0.27
HSL 237.8º 0.38% 0.57% -
HSV(B) 237.8º 0.44% 0.73% -
XYZ 20.16 17.32 49.29 -
YUV 116.11 168.01 120.08 -
System Red Green Blue C M Y K H S L
Decimal 105 108 187 0.44 0.42 0 0.27 237.8 0.38 0.57
Hex 69 6C BB 2C 2A 0 1B EE 26 39
Octal 151 154 273 54 52 0 33 356 46 71
Binary 1101001 1101100 10111011 101100 101010 0 11011 11101110 100110 111001

Color Harmonies of #696CBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #696CBB

Black with #696CBB

Text Example


Text Example

White with #696CBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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