Html Css Color HEX #696FBB Chetwode Blue

📋 copy color: '#696FBB'

red 105 ◦ green 111 ◦ blue 187

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

Shades of Chetwode Blue #696FBB

Tints of Chetwode Blue #696FBB

RGB

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

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

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

R = 26.05%
G = 27.54%
B = 46.4%

CMYK

 C value IS 0.44

 M value IS 0.41

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#696FBB (or 0x696FBB) is known color: Chetwode Blue. HEX triplet: 69, 6F and BB. RGB value is (105,111,187). Sum of RGB (Red+Green+Blue) = 105+111+187=403 (53% of max value = 765). Red value is 105 (41.41% from 255 or 26.05% from 403); Green value is 111 (43.75% from 255 or 27.54% from 403); Blue value is 187 (73.44% from 255 or 46.40% from 403); Max value from RGB is 187 - color contains mainly: blue. Hex color #696FBB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #696FBB is #969044. Grayscale: #757575. Windows color (decimal): -9867333 or 12283753. OLE color: 12283753.

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

Color convert

RGB 105 111 187 -
CMYK 0.44 0.41 0 0.27
HSL 235.61º 0.38% 0.57% -
HSV(B) 235.61º 0.44% 0.73% -
XYZ 20.48 17.96 49.4 -
YUV 117.87 167.01 118.82 -
System Red Green Blue C M Y K H S L
Decimal 105 111 187 0.44 0.41 0 0.27 235.61 0.38 0.57
Hex 69 6F BB 2C 29 0 1B EC 26 39
Octal 151 157 273 54 51 0 33 354 46 71
Binary 1101001 1101111 10111011 101100 101001 0 11011 11101100 100110 111001

Color Harmonies of #696FBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #696FBB

Black with #696FBB

Text Example


Text Example

White with #696FBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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