Html Css Color HEX #616AAA Chetwode Blue

📋 copy color: '#616AAA'

red 97 ◦ green 106 ◦ blue 170

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

Shades of Chetwode Blue #616AAA

Tints of Chetwode Blue #616AAA

RGB

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

 GREEN value IS 106 (41.8% from 255) = 28.42%

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

R = 26.01%
G = 28.42%
B = 45.58%

CMYK

 C value IS 0.43

 M value IS 0.38

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#616AAA (or 0x616AAA) is known color: Chetwode Blue. HEX triplet: 61, 6A and AA. RGB value is (97,106,170). Sum of RGB (Red+Green+Blue) = 97+106+170=373 (49% of max value = 765). Red value is 97 (38.28% from 255 or 26.01% from 373); Green value is 106 (41.80% from 255 or 28.42% from 373); Blue value is 170 (66.80% from 255 or 45.58% from 373); Max value from RGB is 170 - color contains mainly: blue. Hex color #616AAA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #616AAA is #9E9555. Grayscale: #6E6E6E. Windows color (decimal): -10392918 or 11168353. OLE color: 11168353.

HSL color Cylindrical-coordinate representation of color #616AAA: hue angle of 232.6º 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 #616AAA is Cyan = 0.43, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 97 106 170 -
CMYK 0.43 0.38 0 0.33
HSL 232.6º 0.3% 0.52% -
HSV(B) 232.6º 0.43% 0.67% -
XYZ 17.34 15.75 40.16 -
YUV 110.61 161.52 118.3 -
System Red Green Blue C M Y K H S L
Decimal 97 106 170 0.43 0.38 0 0.33 232.6 0.3 0.52
Hex 61 6A AA 2B 26 0 21 E9 1E 34
Octal 141 152 252 53 46 0 41 351 36 64
Binary 1100001 1101010 10101010 101011 100110 0 100001 11101001 11110 110100

Color Harmonies of #616AAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #616AAA

Black with #616AAA

Text Example


Text Example

White with #616AAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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