Html Css Color HEX #605CB2 Rich Blue

📋 copy color: '#605CB2'

red 96 ◦ green 92 ◦ blue 178

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

Shades of Rich Blue #605CB2

Tints of Rich Blue #605CB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 48.63%

R = 26.23%
G = 25.14%
B = 48.63%

CMYK

 C value IS 0.46

 M value IS 0.48

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#605CB2 (or 0x605CB2) is known color: Rich Blue. HEX triplet: 60, 5C and B2. RGB value is (96,92,178). Sum of RGB (Red+Green+Blue) = 96+92+178=366 (48% of max value = 765). Red value is 96 (37.89% from 255 or 26.23% from 366); Green value is 92 (36.33% from 255 or 25.14% from 366); Blue value is 178 (69.92% from 255 or 48.63% from 366); Max value from RGB is 178 - color contains mainly: blue. Hex color #605CB2 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #605CB2 is #9FA34D. Grayscale: #666666. Windows color (decimal): -10462030 or 11689056. OLE color: 11689056.

HSL color Cylindrical-coordinate representation of color #605CB2: hue angle of 242.79º degrees, saturation: 0.36, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #605CB2 is Cyan = 0.46, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 96 92 178 -
CMYK 0.46 0.48 0 0.30
HSL 242.79º 0.36% 0.53% -
HSV(B) 242.79º 0.48% 0.7% -
XYZ 16.69 13.36 43.82 -
YUV 103 170.33 123.01 -
System Red Green Blue C M Y K H S L
Decimal 96 92 178 0.46 0.48 0 0.30 242.79 0.36 0.53
Hex 60 5C B2 2E 30 0 1E F3 24 35
Octal 140 134 262 56 60 0 36 363 44 65
Binary 1100000 1011100 10110010 101110 110000 0 11110 11110011 100100 110101

Color Harmonies of #605CB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #605CB2

Black with #605CB2

Text Example


Text Example

White with #605CB2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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