Html Css Color HEX #696BBD Chetwode Blue

📋 copy color: '#696BBD'

red 105 ◦ green 107 ◦ blue 189

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

Shades of Chetwode Blue #696BBD

Tints of Chetwode Blue #696BBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 47.13%

R = 26.18%
G = 26.68%
B = 47.13%

CMYK

 C value IS 0.44

 M value IS 0.43

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#696BBD (or 0x696BBD) is known color: Chetwode Blue. HEX triplet: 69, 6B and BD. RGB value is (105,107,189). Sum of RGB (Red+Green+Blue) = 105+107+189=401 (53% of max value = 765). Red value is 105 (41.41% from 255 or 26.18% from 401); Green value is 107 (42.19% from 255 or 26.68% from 401); Blue value is 189 (74.22% from 255 or 47.13% from 401); Max value from RGB is 189 - color contains mainly: blue. Hex color #696BBD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #696BBD is #969442. Grayscale: #737373. Windows color (decimal): -9868355 or 12413801. OLE color: 12413801.

HSL color Cylindrical-coordinate representation of color #696BBD: hue angle of 238.57º degrees, saturation: 0.39, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #696BBD is Cyan = 0.44, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 105 107 189 -
CMYK 0.44 0.43 0 0.26
HSL 238.57º 0.39% 0.58% -
HSV(B) 238.57º 0.44% 0.74% -
XYZ 20.27 17.19 50.39 -
YUV 115.75 169.34 120.33 -
System Red Green Blue C M Y K H S L
Decimal 105 107 189 0.44 0.43 0 0.26 238.57 0.39 0.58
Hex 69 6B BD 2C 2B 0 1A EF 27 3A
Octal 151 153 275 54 53 0 32 357 47 72
Binary 1101001 1101011 10111101 101100 101011 0 11010 11101111 100111 111010

Color Harmonies of #696BBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #696BBD

Black with #696BBD

Text Example


Text Example

White with #696BBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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