Html Css Color HEX #696F9E Chetwode Blue

📋 copy color: '#696F9E'

red 105 ◦ green 111 ◦ blue 158

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

Shades of Chetwode Blue #696F9E

Tints of Chetwode Blue #696F9E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 42.25%

R = 28.07%
G = 29.68%
B = 42.25%

CMYK

 C value IS 0.34

 M value IS 0.30

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#696F9E (or 0x696F9E) is known color: Chetwode Blue. HEX triplet: 69, 6F and 9E. RGB value is (105,111,158). Sum of RGB (Red+Green+Blue) = 105+111+158=374 (49% of max value = 765). Red value is 105 (41.41% from 255 or 28.07% from 374); Green value is 111 (43.75% from 255 or 29.68% from 374); Blue value is 158 (62.11% from 255 or 42.25% from 374); Max value from RGB is 158 - color contains mainly: blue. Hex color #696F9E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #696F9E is #969061. Grayscale: #727272. Windows color (decimal): -9867362 or 10383209. OLE color: 10383209.

HSL color Cylindrical-coordinate representation of color #696F9E: hue angle of 233.21º degrees, saturation: 0.21, 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 #696F9E is Cyan = 0.34, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 105 111 158 -
CMYK 0.34 0.30 0 0.38
HSL 233.21º 0.21% 0.52% -
HSV(B) 233.21º 0.34% 0.62% -
XYZ 17.68 16.84 34.67 -
YUV 114.56 152.51 121.18 -
System Red Green Blue C M Y K H S L
Decimal 105 111 158 0.34 0.30 0 0.38 233.21 0.21 0.52
Hex 69 6F 9E 22 1E 0 26 E9 15 34
Octal 151 157 236 42 36 0 46 351 25 64
Binary 1101001 1101111 10011110 100010 11110 0 100110 11101001 10101 110100

Color Harmonies of #696F9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #696F9E

Black with #696F9E

Text Example


Text Example

White with #696F9E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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