Html Css Color HEX #606593 Governor Bay

📋 copy color: '#606593'

red 96 ◦ green 101 ◦ blue 147

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

Shades of Governor Bay #606593

Tints of Governor Bay #606593

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 42.73%

R = 27.91%
G = 29.36%
B = 42.73%

CMYK

 C value IS 0.35

 M value IS 0.31

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#606593 (or 0x606593) is known color: Governor Bay. HEX triplet: 60, 65 and 93. RGB value is (96,101,147). Sum of RGB (Red+Green+Blue) = 96+101+147=344 (45% of max value = 765). Red value is 96 (37.89% from 255 or 27.91% from 344); Green value is 101 (39.84% from 255 or 29.36% from 344); Blue value is 147 (57.81% from 255 or 42.73% from 344); Max value from RGB is 147 - color contains mainly: blue. Hex color #606593 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #606593 is #9F9A6C. Grayscale: #686868. Windows color (decimal): -10459757 or 9659744. OLE color: 9659744.

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

Color convert

RGB 96 101 147 -
CMYK 0.35 0.31 0 0.42
HSL 234.12º 0.21% 0.48% -
HSV(B) 234.12º 0.35% 0.58% -
XYZ 14.74 13.9 29.51 -
YUV 104.75 151.84 121.76 -
System Red Green Blue C M Y K H S L
Decimal 96 101 147 0.35 0.31 0 0.42 234.12 0.21 0.48
Hex 60 65 93 23 1F 0 2A EA 15 30
Octal 140 145 223 43 37 0 52 352 25 60
Binary 1100000 1100101 10010011 100011 11111 0 101010 11101010 10101 110000

Color Harmonies of #606593

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #606593

Black with #606593

Text Example


Text Example

White with #606593

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #606593; }

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

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

background-color css

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

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

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

border-color css

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

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

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