Html Css Color HEX #606595 Governor Bay

📋 copy color: '#606595'

red 96 ◦ green 101 ◦ blue 149

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

Shades of Governor Bay #606595

Tints of Governor Bay #606595

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 43.06%

R = 27.75%
G = 29.19%
B = 43.06%

CMYK

 C value IS 0.36

 M value IS 0.32

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#606595 (or 0x606595) is known color: Governor Bay. HEX triplet: 60, 65 and 95. RGB value is (96,101,149). Sum of RGB (Red+Green+Blue) = 96+101+149=346 (45% of max value = 765). Red value is 96 (37.89% from 255 or 27.75% from 346); Green value is 101 (39.84% from 255 or 29.19% from 346); Blue value is 149 (58.59% from 255 or 43.06% from 346); Max value from RGB is 149 - color contains mainly: blue. Hex color #606595 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #606595 is #9F9A6A. Grayscale: #686868. Windows color (decimal): -10459755 or 9790816. OLE color: 9790816.

HSL color Cylindrical-coordinate representation of color #606595: hue angle of 234.34º degrees, saturation: 0.22, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #606595 is Cyan = 0.36, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 96 101 149 -
CMYK 0.36 0.32 0 0.42
HSL 234.34º 0.22% 0.48% -
HSV(B) 234.34º 0.36% 0.58% -
XYZ 14.9 13.96 30.34 -
YUV 104.98 152.84 121.6 -
System Red Green Blue C M Y K H S L
Decimal 96 101 149 0.36 0.32 0 0.42 234.34 0.22 0.48
Hex 60 65 95 24 20 0 2A EA 16 30
Octal 140 145 225 44 40 0 52 352 26 60
Binary 1100000 1100101 10010101 100100 100000 0 101010 11101010 10110 110000

Color Harmonies of #606595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #606595

Black with #606595

Text Example


Text Example

White with #606595

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #606595; }

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

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

background-color css

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

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

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

border-color css

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

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

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