Html Css Color HEX #606598 Governor Bay

📋 copy color: '#606598'

red 96 ◦ green 101 ◦ blue 152

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

Shades of Governor Bay #606598

Tints of Governor Bay #606598

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 43.55%

R = 27.51%
G = 28.94%
B = 43.55%

CMYK

 C value IS 0.37

 M value IS 0.34

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#606598 (or 0x606598) is known color: Governor Bay. HEX triplet: 60, 65 and 98. RGB value is (96,101,152). Sum of RGB (Red+Green+Blue) = 96+101+152=349 (46% of max value = 765). Red value is 96 (37.89% from 255 or 27.51% from 349); Green value is 101 (39.84% from 255 or 28.94% from 349); Blue value is 152 (59.77% from 255 or 43.55% from 349); Max value from RGB is 152 - color contains mainly: blue. Hex color #606598 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #606598 is #9F9A67. Grayscale: #696969. Windows color (decimal): -10459752 or 9987424. OLE color: 9987424.

HSL color Cylindrical-coordinate representation of color #606598: hue angle of 234.64º degrees, saturation: 0.23, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #606598 is Cyan = 0.37, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 96 101 152 -
CMYK 0.37 0.34 0 0.40
HSL 234.64º 0.23% 0.49% -
HSV(B) 234.64º 0.37% 0.6% -
XYZ 15.15 14.06 31.62 -
YUV 105.32 154.34 121.35 -
System Red Green Blue C M Y K H S L
Decimal 96 101 152 0.37 0.34 0 0.40 234.64 0.23 0.49
Hex 60 65 98 25 22 0 28 EB 17 31
Octal 140 145 230 45 42 0 50 353 27 61
Binary 1100000 1100101 10011000 100101 100010 0 101000 11101011 10111 110001

Color Harmonies of #606598

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #606598

Black with #606598

Text Example


Text Example

White with #606598

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #606598; }

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

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

background-color css

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

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

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

border-color css

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

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

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