Html Css Color HEX #605AAF Rich Blue

📋 copy color: '#605AAF'

red 96 ◦ green 90 ◦ blue 175

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

Shades of Rich Blue #605AAF

Tints of Rich Blue #605AAF

RGB

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

 GREEN value IS 90 (35.55% from 255) = 24.93%

 BLUE value IS 175 (68.75% from 255) = 48.48%

R = 26.59%
G = 24.93%
B = 48.48%

CMYK

 C value IS 0.45

 M value IS 0.49

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#605AAF (or 0x605AAF) is known color: Rich Blue. HEX triplet: 60, 5A and AF. RGB value is (96,90,175). Sum of RGB (Red+Green+Blue) = 96+90+175=361 (47% of max value = 765). Red value is 96 (37.89% from 255 or 26.59% from 361); Green value is 90 (35.55% from 255 or 24.93% from 361); Blue value is 175 (68.75% from 255 or 48.48% from 361); Max value from RGB is 175 - color contains mainly: blue. Hex color #605AAF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #605AAF is #9FA550. Grayscale: #656565. Windows color (decimal): -10462545 or 11491936. OLE color: 11491936.

HSL color Cylindrical-coordinate representation of color #605AAF: hue angle of 244.24º degrees, saturation: 0.35, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #605AAF is Cyan = 0.45, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 96 90 175 -
CMYK 0.45 0.49 0 0.31
HSL 244.24º 0.35% 0.52% -
HSV(B) 244.24º 0.49% 0.69% -
XYZ 16.22 12.89 42.19 -
YUV 101.48 169.49 124.09 -
System Red Green Blue C M Y K H S L
Decimal 96 90 175 0.45 0.49 0 0.31 244.24 0.35 0.52
Hex 60 5A AF 2D 31 0 1F F4 23 34
Octal 140 132 257 55 61 0 37 364 43 64
Binary 1100000 1011010 10101111 101101 110001 0 11111 11110100 100011 110100

Color Harmonies of #605AAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #605AAF

Black with #605AAF

Text Example


Text Example

White with #605AAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #605AAF; }

 p { color: rgb(96,90,175); }

 H1.HeaderClassName
 {
   color: #605AAF;
 }
 .AnyTagClassName
 {
   color: #605AAF;
 }
</style>

background-color css

<style>
 a { background-color: #605AAF; }

 a { background-color: rgb(96,90,175); }

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

border-color css

<style>
 span { border-color: #605AAF; }

 span { border-color: rgb(96,90,175); }

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