Html Css Color HEX #605EB8 Rich Blue

📋 copy color: '#605EB8'

red 96 ◦ green 94 ◦ blue 184

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

Shades of Rich Blue #605EB8

Tints of Rich Blue #605EB8

RGB

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

 GREEN value IS 94 (37.11% from 255) = 25.13%

 BLUE value IS 184 (72.27% from 255) = 49.2%

R = 25.67%
G = 25.13%
B = 49.2%

CMYK

 C value IS 0.48

 M value IS 0.49

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#605EB8 (or 0x605EB8) is known color: Rich Blue. HEX triplet: 60, 5E and B8. RGB value is (96,94,184). Sum of RGB (Red+Green+Blue) = 96+94+184=374 (49% of max value = 765). Red value is 96 (37.89% from 255 or 25.67% from 374); Green value is 94 (37.11% from 255 or 25.13% from 374); Blue value is 184 (72.27% from 255 or 49.20% from 374); Max value from RGB is 184 - color contains mainly: blue. Hex color #605EB8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #605EB8 is #9FA147. Grayscale: #686868. Windows color (decimal): -10461512 or 12082784. OLE color: 12082784.

HSL color Cylindrical-coordinate representation of color #605EB8: hue angle of 241.33º degrees, saturation: 0.39, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #605EB8 is Cyan = 0.48, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 96 94 184 -
CMYK 0.48 0.49 0 0.28
HSL 241.33º 0.39% 0.55% -
HSV(B) 241.33º 0.49% 0.72% -
XYZ 17.48 13.95 47.12 -
YUV 104.86 172.66 121.68 -
System Red Green Blue C M Y K H S L
Decimal 96 94 184 0.48 0.49 0 0.28 241.33 0.39 0.55
Hex 60 5E B8 30 31 0 1C F1 27 37
Octal 140 136 270 60 61 0 34 361 47 67
Binary 1100000 1011110 10111000 110000 110001 0 11100 11110001 100111 110111

Color Harmonies of #605EB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #605EB8

Black with #605EB8

Text Example


Text Example

White with #605EB8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(96,94,184); }

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

background-color css

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

 a { background-color: rgb(96,94,184); }

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

border-color css

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

 span { border-color: rgb(96,94,184); }

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