Html Css Color HEX #696DA3 Chetwode Blue

📋 copy color: '#696DA3'

red 105 ◦ green 109 ◦ blue 163

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

Shades of Chetwode Blue #696DA3

Tints of Chetwode Blue #696DA3

RGB

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

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

 BLUE value IS 163 (64.06% from 255) = 43.24%

R = 27.85%
G = 28.91%
B = 43.24%

CMYK

 C value IS 0.36

 M value IS 0.33

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#696DA3 (or 0x696DA3) is known color: Chetwode Blue. HEX triplet: 69, 6D and A3. RGB value is (105,109,163). Sum of RGB (Red+Green+Blue) = 105+109+163=377 (49% of max value = 765). Red value is 105 (41.41% from 255 or 27.85% from 377); Green value is 109 (42.97% from 255 or 28.91% from 377); Blue value is 163 (64.06% from 255 or 43.24% from 377); Max value from RGB is 163 - color contains mainly: blue. Hex color #696DA3 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #696DA3 is #96925C. Grayscale: #717171. Windows color (decimal): -9867869 or 10710377. OLE color: 10710377.

HSL color Cylindrical-coordinate representation of color #696DA3: hue angle of 235.86º degrees, saturation: 0.24, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #696DA3 is Cyan = 0.36, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 105 109 163 -
CMYK 0.36 0.33 0 0.36
HSL 235.86º 0.24% 0.53% -
HSV(B) 235.86º 0.36% 0.64% -
XYZ 17.91 16.58 36.91 -
YUV 113.96 155.67 121.61 -
System Red Green Blue C M Y K H S L
Decimal 105 109 163 0.36 0.33 0 0.36 235.86 0.24 0.53
Hex 69 6D A3 24 21 0 24 EC 18 35
Octal 151 155 243 44 41 0 44 354 30 65
Binary 1101001 1101101 10100011 100100 100001 0 100100 11101100 11000 110101

Color Harmonies of #696DA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #696DA3

Black with #696DA3

Text Example


Text Example

White with #696DA3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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