Html Css Color HEX #605CAC Rich Blue

📋 copy color: '#605CAC'

red 96 ◦ green 92 ◦ blue 172

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

Shades of Rich Blue #605CAC

Tints of Rich Blue #605CAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 47.78%

R = 26.67%
G = 25.56%
B = 47.78%

CMYK

 C value IS 0.44

 M value IS 0.47

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#605CAC (or 0x605CAC) is known color: Rich Blue. HEX triplet: 60, 5C and AC. RGB value is (96,92,172). Sum of RGB (Red+Green+Blue) = 96+92+172=360 (47% of max value = 765). Red value is 96 (37.89% from 255 or 26.67% from 360); Green value is 92 (36.33% from 255 or 25.56% from 360); Blue value is 172 (67.58% from 255 or 47.78% from 360); Max value from RGB is 172 - color contains mainly: blue. Hex color #605CAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #605CAC is #9FA353. Grayscale: #656565. Windows color (decimal): -10462036 or 11295840. OLE color: 11295840.

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

Color convert

RGB 96 92 172 -
CMYK 0.44 0.47 0 0.33
HSL 243º 0.33% 0.52% -
HSV(B) 243º 0.47% 0.67% -
XYZ 16.1 13.12 40.71 -
YUV 102.32 167.33 123.5 -
System Red Green Blue C M Y K H S L
Decimal 96 92 172 0.44 0.47 0 0.33 243 0.33 0.52
Hex 60 5C AC 2C 2F 0 21 F3 21 34
Octal 140 134 254 54 57 0 41 363 41 64
Binary 1100000 1011100 10101100 101100 101111 0 100001 11110011 100001 110100

Color Harmonies of #605CAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #605CAC

Black with #605CAC

Text Example


Text Example

White with #605CAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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