Html Css Color HEX #605BB2 Rich Blue

📋 copy color: '#605BB2'

red 96 ◦ green 91 ◦ blue 178

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

Shades of Rich Blue #605BB2

Tints of Rich Blue #605BB2

RGB

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

 GREEN value IS 91 (35.94% from 255) = 24.93%

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

R = 26.3%
G = 24.93%
B = 48.77%

CMYK

 C value IS 0.46

 M value IS 0.49

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#605BB2 (or 0x605BB2) is known color: Rich Blue. HEX triplet: 60, 5B and B2. RGB value is (96,91,178). Sum of RGB (Red+Green+Blue) = 96+91+178=365 (48% of max value = 765). Red value is 96 (37.89% from 255 or 26.30% from 365); Green value is 91 (35.94% from 255 or 24.93% from 365); Blue value is 178 (69.92% from 255 or 48.77% from 365); Max value from RGB is 178 - color contains mainly: blue. Hex color #605BB2 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #605BB2 is #9FA44D. Grayscale: #666666. Windows color (decimal): -10462286 or 11688800. OLE color: 11688800.

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

Color convert

RGB 96 91 178 -
CMYK 0.46 0.49 0 0.30
HSL 243.45º 0.36% 0.53% -
HSV(B) 243.45º 0.49% 0.7% -
XYZ 16.6 13.18 43.79 -
YUV 102.41 170.66 123.43 -
System Red Green Blue C M Y K H S L
Decimal 96 91 178 0.46 0.49 0 0.30 243.45 0.36 0.53
Hex 60 5B B2 2E 31 0 1E F3 24 35
Octal 140 133 262 56 61 0 36 363 44 65
Binary 1100000 1011011 10110010 101110 110001 0 11110 11110011 100100 110101

Color Harmonies of #605BB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #605BB2

Black with #605BB2

Text Example


Text Example

White with #605BB2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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