Html Css Color HEX #605EBA Rich Blue

📋 copy color: '#605EBA'

red 96 ◦ green 94 ◦ blue 186

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

Shades of Rich Blue #605EBA

Tints of Rich Blue #605EBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 49.47%

R = 25.53%
G = 25%
B = 49.47%

CMYK

 C value IS 0.48

 M value IS 0.49

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#605EBA (or 0x605EBA) is known color: Rich Blue. HEX triplet: 60, 5E and BA. RGB value is (96,94,186). Sum of RGB (Red+Green+Blue) = 96+94+186=376 (49% of max value = 765). Red value is 96 (37.89% from 255 or 25.53% from 376); Green value is 94 (37.11% from 255 or 25% from 376); Blue value is 186 (73.05% from 255 or 49.47% from 376); Max value from RGB is 186 - color contains mainly: blue. Hex color #605EBA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #605EBA is #9FA145. Grayscale: #686868. Windows color (decimal): -10461510 or 12213856. OLE color: 12213856.

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

Color convert

RGB 96 94 186 -
CMYK 0.48 0.49 0 0.27
HSL 241.3º 0.4% 0.55% -
HSV(B) 241.3º 0.49% 0.73% -
XYZ 17.69 14.04 48.23 -
YUV 105.09 173.66 121.52 -
System Red Green Blue C M Y K H S L
Decimal 96 94 186 0.48 0.49 0 0.27 241.3 0.4 0.55
Hex 60 5E BA 30 31 0 1B F1 28 37
Octal 140 136 272 60 61 0 33 361 50 67
Binary 1100000 1011110 10111010 110000 110001 0 11011 11110001 101000 110111

Color Harmonies of #605EBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #605EBA

Black with #605EBA

Text Example


Text Example

White with #605EBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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