Html Css Color HEX #6062A5 Rich Blue

📋 copy color: '#6062A5'

red 96 ◦ green 98 ◦ blue 165

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

Shades of Rich Blue #6062A5

Tints of Rich Blue #6062A5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 45.96%

R = 26.74%
G = 27.3%
B = 45.96%

CMYK

 C value IS 0.42

 M value IS 0.41

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#6062A5 (or 0x6062A5) is known color: Rich Blue. HEX triplet: 60, 62 and A5. RGB value is (96,98,165). Sum of RGB (Red+Green+Blue) = 96+98+165=359 (47% of max value = 765). Red value is 96 (37.89% from 255 or 26.74% from 359); Green value is 98 (38.67% from 255 or 27.30% from 359); Blue value is 165 (64.84% from 255 or 45.96% from 359); Max value from RGB is 165 - color contains mainly: blue. Hex color #6062A5 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6062A5 is #9F9D5A. Grayscale: #686868. Windows color (decimal): -10460507 or 10838624. OLE color: 10838624.

HSL color Cylindrical-coordinate representation of color #6062A5: hue angle of 238.26º degrees, saturation: 0.28, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #6062A5 is Cyan = 0.42, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 96 98 165 -
CMYK 0.42 0.41 0 0.35
HSL 238.26º 0.28% 0.51% -
HSV(B) 238.26º 0.42% 0.65% -
XYZ 15.98 13.94 37.45 -
YUV 105.04 161.84 121.55 -
System Red Green Blue C M Y K H S L
Decimal 96 98 165 0.42 0.41 0 0.35 238.26 0.28 0.51
Hex 60 62 A5 2A 29 0 23 EE 1C 33
Octal 140 142 245 52 51 0 43 356 34 63
Binary 1100000 1100010 10100101 101010 101001 0 100011 11101110 11100 110011

Color Harmonies of #6062A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6062A5

Black with #6062A5

Text Example


Text Example

White with #6062A5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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