Html Css Color HEX #696F9D Chetwode Blue

📋 copy color: '#696F9D'

red 105 ◦ green 111 ◦ blue 157

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

Shades of Chetwode Blue #696F9D

Tints of Chetwode Blue #696F9D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 42.09%

R = 28.15%
G = 29.76%
B = 42.09%

CMYK

 C value IS 0.33

 M value IS 0.29

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#696F9D (or 0x696F9D) is known color: Chetwode Blue. HEX triplet: 69, 6F and 9D. RGB value is (105,111,157). Sum of RGB (Red+Green+Blue) = 105+111+157=373 (49% of max value = 765). Red value is 105 (41.41% from 255 or 28.15% from 373); Green value is 111 (43.75% from 255 or 29.76% from 373); Blue value is 157 (61.72% from 255 or 42.09% from 373); Max value from RGB is 157 - color contains mainly: blue. Hex color #696F9D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #696F9D is #969062. Grayscale: #727272. Windows color (decimal): -9867363 or 10317673. OLE color: 10317673.

HSL color Cylindrical-coordinate representation of color #696F9D: hue angle of 233.08º degrees, saturation: 0.21, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #696F9D is Cyan = 0.33, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 105 111 157 -
CMYK 0.33 0.29 0 0.38
HSL 233.08º 0.21% 0.51% -
HSV(B) 233.08º 0.33% 0.62% -
XYZ 17.6 16.81 34.21 -
YUV 114.45 152.01 121.26 -
System Red Green Blue C M Y K H S L
Decimal 105 111 157 0.33 0.29 0 0.38 233.08 0.21 0.51
Hex 69 6F 9D 21 1D 0 26 E9 15 33
Octal 151 157 235 41 35 0 46 351 25 63
Binary 1101001 1101111 10011101 100001 11101 0 100110 11101001 10101 110011

Color Harmonies of #696F9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #696F9D

Black with #696F9D

Text Example


Text Example

White with #696F9D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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