Html Css Color HEX #616EAA Chetwode Blue

📋 copy color: '#616EAA'

red 97 ◦ green 110 ◦ blue 170

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

Shades of Chetwode Blue #616EAA

Tints of Chetwode Blue #616EAA

RGB

 RED value IS 97 (38.28% from 255) = 25.73%

 GREEN value IS 110 (43.36% from 255) = 29.18%

 BLUE value IS 170 (66.8% from 255) = 45.09%

R = 25.73%
G = 29.18%
B = 45.09%

CMYK

 C value IS 0.43

 M value IS 0.35

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#616EAA (or 0x616EAA) is known color: Chetwode Blue. HEX triplet: 61, 6E and AA. RGB value is (97,110,170). Sum of RGB (Red+Green+Blue) = 97+110+170=377 (49% of max value = 765). Red value is 97 (38.28% from 255 or 25.73% from 377); Green value is 110 (43.36% from 255 or 29.18% from 377); Blue value is 170 (66.80% from 255 or 45.09% from 377); Max value from RGB is 170 - color contains mainly: blue. Hex color #616EAA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #616EAA is #9E9155. Grayscale: #707070. Windows color (decimal): -10391894 or 11169377. OLE color: 11169377.

HSL color Cylindrical-coordinate representation of color #616EAA: hue angle of 229.32º degrees, saturation: 0.3, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #616EAA is Cyan = 0.43, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 97 110 170 -
CMYK 0.43 0.35 0 0.33
HSL 229.32º 0.3% 0.52% -
HSV(B) 229.32º 0.43% 0.67% -
XYZ 17.76 16.6 40.3 -
YUV 112.95 160.19 116.62 -
System Red Green Blue C M Y K H S L
Decimal 97 110 170 0.43 0.35 0 0.33 229.32 0.3 0.52
Hex 61 6E AA 2B 23 0 21 E5 1E 34
Octal 141 156 252 53 43 0 41 345 36 64
Binary 1100001 1101110 10101010 101011 100011 0 100001 11100101 11110 110100

Color Harmonies of #616EAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #616EAA

Black with #616EAA

Text Example


Text Example

White with #616EAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #616EAA; }

 p { color: rgb(97,110,170); }

 H1.HeaderClassName
 {
   color: #616EAA;
 }
 .AnyTagClassName
 {
   color: #616EAA;
 }
</style>

background-color css

<style>
 a { background-color: #616EAA; }

 a { background-color: rgb(97,110,170); }

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

border-color css

<style>
 span { border-color: #616EAA; }

 span { border-color: rgb(97,110,170); }

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