Html Css Color HEX #605FBB Rich Blue

📋 copy color: '#605FBB'

red 96 ◦ green 95 ◦ blue 187

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

Shades of Rich Blue #605FBB

Tints of Rich Blue #605FBB

RGB

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

 GREEN value IS 95 (37.5% from 255) = 25.13%

 BLUE value IS 187 (73.44% from 255) = 49.47%

R = 25.4%
G = 25.13%
B = 49.47%

CMYK

 C value IS 0.49

 M value IS 0.49

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#605FBB (or 0x605FBB) is known color: Rich Blue. HEX triplet: 60, 5F and BB. RGB value is (96,95,187). Sum of RGB (Red+Green+Blue) = 96+95+187=378 (50% of max value = 765). Red value is 96 (37.89% from 255 or 25.40% from 378); Green value is 95 (37.5% from 255 or 25.13% from 378); Blue value is 187 (73.44% from 255 or 49.47% from 378); Max value from RGB is 187 - color contains mainly: blue. Hex color #605FBB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #605FBB is #9FA044. Grayscale: #696969. Windows color (decimal): -10461253 or 12279648. OLE color: 12279648.

HSL color Cylindrical-coordinate representation of color #605FBB: hue angle of 240.65º 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 #605FBB is Cyan = 0.49, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 96 95 187 -
CMYK 0.49 0.49 0 0.27
HSL 240.65º 0.4% 0.55% -
HSV(B) 240.65º 0.49% 0.73% -
XYZ 17.89 14.26 48.82 -
YUV 105.79 173.83 121.02 -
System Red Green Blue C M Y K H S L
Decimal 96 95 187 0.49 0.49 0 0.27 240.65 0.4 0.55
Hex 60 5F BB 31 31 0 1B F1 28 37
Octal 140 137 273 61 61 0 33 361 50 67
Binary 1100000 1011111 10111011 110001 110001 0 11011 11110001 101000 110111

Color Harmonies of #605FBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #605FBB

Black with #605FBB

Text Example


Text Example

White with #605FBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(96,95,187); }

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

background-color css

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

 a { background-color: rgb(96,95,187); }

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

border-color css

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

 span { border-color: rgb(96,95,187); }

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