Html Css Color HEX #696C9F Chetwode Blue

📋 copy color: '#696C9F'

red 105 ◦ green 108 ◦ blue 159

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

Shades of Chetwode Blue #696C9F

Tints of Chetwode Blue #696C9F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 42.74%

R = 28.23%
G = 29.03%
B = 42.74%

CMYK

 C value IS 0.34

 M value IS 0.32

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#696C9F (or 0x696C9F) is known color: Chetwode Blue. HEX triplet: 69, 6C and 9F. RGB value is (105,108,159). Sum of RGB (Red+Green+Blue) = 105+108+159=372 (49% of max value = 765). Red value is 105 (41.41% from 255 or 28.23% from 372); Green value is 108 (42.58% from 255 or 29.03% from 372); Blue value is 159 (62.5% from 255 or 42.74% from 372); Max value from RGB is 159 - color contains mainly: blue. Hex color #696C9F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #696C9F is #969360. Grayscale: #707070. Windows color (decimal): -9868129 or 10447977. OLE color: 10447977.

HSL color Cylindrical-coordinate representation of color #696C9F: hue angle of 236.67º degrees, saturation: 0.22, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #696C9F is Cyan = 0.34, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 105 108 159 -
CMYK 0.34 0.32 0 0.38
HSL 236.67º 0.22% 0.52% -
HSV(B) 236.67º 0.34% 0.62% -
XYZ 17.45 16.23 35.01 -
YUV 112.92 154.01 122.35 -
System Red Green Blue C M Y K H S L
Decimal 105 108 159 0.34 0.32 0 0.38 236.67 0.22 0.52
Hex 69 6C 9F 22 20 0 26 ED 16 34
Octal 151 154 237 42 40 0 46 355 26 64
Binary 1101001 1101100 10011111 100010 100000 0 100110 11101101 10110 110100

Color Harmonies of #696C9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #696C9F

Black with #696C9F

Text Example


Text Example

White with #696C9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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