Html Css Color HEX #696D99 Chetwode Blue

📋 copy color: '#696D99'

red 105 ◦ green 109 ◦ blue 153

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

Shades of Chetwode Blue #696D99

Tints of Chetwode Blue #696D99

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 41.69%

R = 28.61%
G = 29.7%
B = 41.69%

CMYK

 C value IS 0.31

 M value IS 0.29

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#696D99 (or 0x696D99) is known color: Chetwode Blue. HEX triplet: 69, 6D and 99. RGB value is (105,109,153). Sum of RGB (Red+Green+Blue) = 105+109+153=367 (48% of max value = 765). Red value is 105 (41.41% from 255 or 28.61% from 367); Green value is 109 (42.97% from 255 or 29.70% from 367); Blue value is 153 (60.16% from 255 or 41.69% from 367); Max value from RGB is 153 - color contains mainly: blue. Hex color #696D99 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #696D99 is #969266. Grayscale: #707070. Windows color (decimal): -9867879 or 10055017. OLE color: 10055017.

HSL color Cylindrical-coordinate representation of color #696D99: hue angle of 235º degrees, saturation: 0.19, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #696D99 is Cyan = 0.31, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 105 109 153 -
CMYK 0.31 0.29 0 0.4
HSL 235º 0.19% 0.51% -
HSV(B) 235º 0.31% 0.6% -
XYZ 17.04 16.24 32.37 -
YUV 112.82 150.67 122.42 -
System Red Green Blue C M Y K H S L
Decimal 105 109 153 0.31 0.29 0 0.4 235 0.19 0.51
Hex 69 6D 99 1F 1D 0 28 EB 13 33
Octal 151 155 231 37 35 0 50 353 23 63
Binary 1101001 1101101 10011001 11111 11101 0 101000 11101011 10011 110011

Color Harmonies of #696D99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #696D99

Black with #696D99

Text Example


Text Example

White with #696D99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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