Html Css Color HEX #606494 Governor Bay

📋 copy color: '#606494'

red 96 ◦ green 100 ◦ blue 148

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

Shades of Governor Bay #606494

Tints of Governor Bay #606494

RGB

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

 GREEN value IS 100 (39.45% from 255) = 29.07%

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

R = 27.91%
G = 29.07%
B = 43.02%

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

#606494 (or 0x606494) is known color: Governor Bay. HEX triplet: 60, 64 and 94. RGB value is (96,100,148). Sum of RGB (Red+Green+Blue) = 96+100+148=344 (45% of max value = 765). Red value is 96 (37.89% from 255 or 27.91% from 344); Green value is 100 (39.45% from 255 or 29.07% from 344); Blue value is 148 (58.20% from 255 or 43.02% from 344); Max value from RGB is 148 - color contains mainly: blue. Hex color #606494 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #606494 is #9F9B6B. Grayscale: #686868. Windows color (decimal): -10460012 or 9725024. OLE color: 9725024.

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

Color convert

RGB 96 100 148 -
CMYK 0.35 0.32 0 0.42
HSL 235.38º 0.21% 0.48% -
HSV(B) 235.38º 0.35% 0.58% -
XYZ 14.73 13.74 29.89 -
YUV 104.28 152.67 122.1 -
System Red Green Blue C M Y K H S L
Decimal 96 100 148 0.35 0.32 0 0.42 235.38 0.21 0.48
Hex 60 64 94 23 20 0 2A EB 15 30
Octal 140 144 224 43 40 0 52 353 25 60
Binary 1100000 1100100 10010100 100011 100000 0 101010 11101011 10101 110000

Color Harmonies of #606494

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #606494

Black with #606494

Text Example


Text Example

White with #606494

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #606494; }

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

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

background-color css

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

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

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

border-color css

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

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

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