Html Css Color HEX #6061AA Rich Blue

📋 copy color: '#6061AA'

red 96 ◦ green 97 ◦ blue 170

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

Shades of Rich Blue #6061AA

Tints of Rich Blue #6061AA

RGB

 RED value IS 96 (37.89% from 255) = 26.45%

 GREEN value IS 97 (38.28% from 255) = 26.72%

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

R = 26.45%
G = 26.72%
B = 46.83%

CMYK

 C value IS 0.44

 M value IS 0.43

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6061AA (or 0x6061AA) is known color: Rich Blue. HEX triplet: 60, 61 and AA. RGB value is (96,97,170). Sum of RGB (Red+Green+Blue) = 96+97+170=363 (48% of max value = 765). Red value is 96 (37.89% from 255 or 26.45% from 363); Green value is 97 (38.28% from 255 or 26.72% from 363); Blue value is 170 (66.80% from 255 or 46.83% from 363); Max value from RGB is 170 - color contains mainly: blue. Hex color #6061AA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6061AA is #9F9E55. Grayscale: #686868. Windows color (decimal): -10460758 or 11166048. OLE color: 11166048.

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

Color convert

RGB 96 97 170 -
CMYK 0.44 0.43 0 0.33
HSL 239.19º 0.3% 0.52% -
HSV(B) 239.19º 0.44% 0.67% -
XYZ 16.35 13.94 39.86 -
YUV 105.02 164.67 121.56 -
System Red Green Blue C M Y K H S L
Decimal 96 97 170 0.44 0.43 0 0.33 239.19 0.3 0.52
Hex 60 61 AA 2C 2B 0 21 EF 1E 34
Octal 140 141 252 54 53 0 41 357 36 64
Binary 1100000 1100001 10101010 101100 101011 0 100001 11101111 11110 110100

Color Harmonies of #6061AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6061AA

Black with #6061AA

Text Example


Text Example

White with #6061AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6061AA; }

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

 H1.HeaderClassName
 {
   color: #6061AA;
 }
 .AnyTagClassName
 {
   color: #6061AA;
 }
</style>

background-color css

<style>
 a { background-color: #6061AA; }

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

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

border-color css

<style>
 span { border-color: #6061AA; }

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

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