Html Css Color HEX #6062A1 Rich Blue

📋 copy color: '#6062A1'

red 96 ◦ green 98 ◦ blue 161

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

Shades of Rich Blue #6062A1

Tints of Rich Blue #6062A1

RGB

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

 GREEN value IS 98 (38.67% from 255) = 27.61%

 BLUE value IS 161 (63.28% from 255) = 45.35%

R = 27.04%
G = 27.61%
B = 45.35%

CMYK

 C value IS 0.40

 M value IS 0.39

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#6062A1 (or 0x6062A1) is known color: Rich Blue. HEX triplet: 60, 62 and A1. RGB value is (96,98,161). Sum of RGB (Red+Green+Blue) = 96+98+161=355 (47% of max value = 765). Red value is 96 (37.89% from 255 or 27.04% from 355); Green value is 98 (38.67% from 255 or 27.61% from 355); Blue value is 161 (63.28% from 255 or 45.35% from 355); Max value from RGB is 161 - color contains mainly: blue. Hex color #6062A1 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6062A1 is #9F9D5E. Grayscale: #686868. Windows color (decimal): -10460511 or 10576480. OLE color: 10576480.

HSL color Cylindrical-coordinate representation of color #6062A1: hue angle of 238.15º degrees, saturation: 0.26, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #6062A1 is Cyan = 0.40, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 96 98 161 -
CMYK 0.40 0.39 0 0.37
HSL 238.15º 0.26% 0.5% -
HSV(B) 238.15º 0.4% 0.63% -
XYZ 15.62 13.8 35.56 -
YUV 104.58 159.84 121.88 -
System Red Green Blue C M Y K H S L
Decimal 96 98 161 0.40 0.39 0 0.37 238.15 0.26 0.5
Hex 60 62 A1 28 27 0 25 EE 1A 32
Octal 140 142 241 50 47 0 45 356 32 62
Binary 1100000 1100010 10100001 101000 100111 0 100101 11101110 11010 110010

Color Harmonies of #6062A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6062A1

Black with #6062A1

Text Example


Text Example

White with #6062A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6062A1; }

 p { color: rgb(96,98,161); }

 H1.HeaderClassName
 {
   color: #6062A1;
 }
 .AnyTagClassName
 {
   color: #6062A1;
 }
</style>

background-color css

<style>
 a { background-color: #6062A1; }

 a { background-color: rgb(96,98,161); }

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

border-color css

<style>
 span { border-color: #6062A1; }

 span { border-color: rgb(96,98,161); }

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