Html Css Color HEX #60659F Rich Blue

📋 copy color: '#60659F'

red 96 ◦ green 101 ◦ blue 159

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

Shades of Rich Blue #60659F

Tints of Rich Blue #60659F

RGB

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

 GREEN value IS 101 (39.84% from 255) = 28.37%

 BLUE value IS 159 (62.5% from 255) = 44.66%

R = 26.97%
G = 28.37%
B = 44.66%

CMYK

 C value IS 0.40

 M value IS 0.36

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#60659F (or 0x60659F) is known color: Rich Blue. HEX triplet: 60, 65 and 9F. RGB value is (96,101,159). Sum of RGB (Red+Green+Blue) = 96+101+159=356 (47% of max value = 765). Red value is 96 (37.89% from 255 or 26.97% from 356); Green value is 101 (39.84% from 255 or 28.37% from 356); Blue value is 159 (62.5% from 255 or 44.66% from 356); Max value from RGB is 159 - color contains mainly: blue. Hex color #60659F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #60659F is #9F9A60. Grayscale: #696969. Windows color (decimal): -10459745 or 10446176. OLE color: 10446176.

HSL color Cylindrical-coordinate representation of color #60659F: hue angle of 235.24º degrees, saturation: 0.25, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #60659F is Cyan = 0.40, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 96 101 159 -
CMYK 0.40 0.36 0 0.38
HSL 235.24º 0.25% 0.5% -
HSV(B) 235.24º 0.4% 0.62% -
XYZ 15.74 14.3 34.73 -
YUV 106.12 157.84 120.78 -
System Red Green Blue C M Y K H S L
Decimal 96 101 159 0.40 0.36 0 0.38 235.24 0.25 0.5
Hex 60 65 9F 28 24 0 26 EB 19 32
Octal 140 145 237 50 44 0 46 353 31 62
Binary 1100000 1100101 10011111 101000 100100 0 100110 11101011 11001 110010

Color Harmonies of #60659F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60659F

Black with #60659F

Text Example


Text Example

White with #60659F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #60659F; }

 p { color: rgb(96,101,159); }

 H1.HeaderClassName
 {
   color: #60659F;
 }
 .AnyTagClassName
 {
   color: #60659F;
 }
</style>

background-color css

<style>
 a { background-color: #60659F; }

 a { background-color: rgb(96,101,159); }

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

border-color css

<style>
 span { border-color: #60659F; }

 span { border-color: rgb(96,101,159); }

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