Html Css Color HEX #606594 Governor Bay

📋 copy color: '#606594'

red 96 ◦ green 101 ◦ blue 148

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

Shades of Governor Bay #606594

Tints of Governor Bay #606594

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 42.9%

R = 27.83%
G = 29.28%
B = 42.9%

CMYK

 C value IS 0.35

 M value IS 0.32

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#606594 (or 0x606594) is known color: Governor Bay. HEX triplet: 60, 65 and 94. RGB value is (96,101,148). Sum of RGB (Red+Green+Blue) = 96+101+148=345 (45% of max value = 765). Red value is 96 (37.89% from 255 or 27.83% from 345); Green value is 101 (39.84% from 255 or 29.28% from 345); Blue value is 148 (58.20% from 255 or 42.90% from 345); Max value from RGB is 148 - color contains mainly: blue. Hex color #606594 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #606594 is #9F9A6B. Grayscale: #686868. Windows color (decimal): -10459756 or 9725280. OLE color: 9725280.

HSL color Cylindrical-coordinate representation of color #606594: hue angle of 234.23º 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 #606594 is Cyan = 0.35, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 96 101 148 -
CMYK 0.35 0.32 0 0.42
HSL 234.23º 0.21% 0.48% -
HSV(B) 234.23º 0.35% 0.58% -
XYZ 14.82 13.93 29.92 -
YUV 104.86 152.34 121.68 -
System Red Green Blue C M Y K H S L
Decimal 96 101 148 0.35 0.32 0 0.42 234.23 0.21 0.48
Hex 60 65 94 23 20 0 2A EA 15 30
Octal 140 145 224 43 40 0 52 352 25 60
Binary 1100000 1100101 10010100 100011 100000 0 101010 11101010 10101 110000

Color Harmonies of #606594

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #606594

Black with #606594

Text Example


Text Example

White with #606594

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #606594; }

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

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

background-color css

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

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

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

border-color css

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

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

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