Html Css Color HEX #605CAE Rich Blue

📋 copy color: '#605CAE'

red 96 ◦ green 92 ◦ blue 174

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

Shades of Rich Blue #605CAE

Tints of Rich Blue #605CAE

RGB

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

 GREEN value IS 92 (36.33% from 255) = 25.41%

 BLUE value IS 174 (68.36% from 255) = 48.07%

R = 26.52%
G = 25.41%
B = 48.07%

CMYK

 C value IS 0.45

 M value IS 0.47

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#605CAE (or 0x605CAE) is known color: Rich Blue. HEX triplet: 60, 5C and AE. RGB value is (96,92,174). Sum of RGB (Red+Green+Blue) = 96+92+174=362 (47% of max value = 765). Red value is 96 (37.89% from 255 or 26.52% from 362); Green value is 92 (36.33% from 255 or 25.41% from 362); Blue value is 174 (68.36% from 255 or 48.07% from 362); Max value from RGB is 174 - color contains mainly: blue. Hex color #605CAE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #605CAE is #9FA351. Grayscale: #666666. Windows color (decimal): -10462034 or 11426912. OLE color: 11426912.

HSL color Cylindrical-coordinate representation of color #605CAE: hue angle of 242.93º degrees, saturation: 0.34, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #605CAE is Cyan = 0.45, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 96 92 174 -
CMYK 0.45 0.47 0 0.32
HSL 242.93º 0.34% 0.52% -
HSV(B) 242.93º 0.47% 0.68% -
XYZ 16.29 13.2 41.73 -
YUV 102.54 168.33 123.33 -
System Red Green Blue C M Y K H S L
Decimal 96 92 174 0.45 0.47 0 0.32 242.93 0.34 0.52
Hex 60 5C AE 2D 2F 0 20 F3 22 34
Octal 140 134 256 55 57 0 40 363 42 64
Binary 1100000 1011100 10101110 101101 101111 0 100000 11110011 100010 110100

Color Harmonies of #605CAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #605CAE

Black with #605CAE

Text Example


Text Example

White with #605CAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(96,92,174); }

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

background-color css

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

 a { background-color: rgb(96,92,174); }

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

border-color css

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

 span { border-color: rgb(96,92,174); }

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