Html Css Color HEX #606394 Governor Bay

📋 copy color: '#606394'

red 96 ◦ green 99 ◦ blue 148

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

Shades of Governor Bay #606394

Tints of Governor Bay #606394

RGB

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

 GREEN value IS 99 (39.06% from 255) = 28.86%

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

R = 27.99%
G = 28.86%
B = 43.15%

CMYK

 C value IS 0.35

 M value IS 0.33

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#606394 (or 0x606394) is known color: Governor Bay. HEX triplet: 60, 63 and 94. RGB value is (96,99,148). Sum of RGB (Red+Green+Blue) = 96+99+148=343 (45% of max value = 765). Red value is 96 (37.89% from 255 or 27.99% from 343); Green value is 99 (39.06% from 255 or 28.86% from 343); Blue value is 148 (58.20% from 255 or 43.15% from 343); Max value from RGB is 148 - color contains mainly: blue. Hex color #606394 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #606394 is #9F9C6B. Grayscale: #676767. Windows color (decimal): -10460268 or 9724768. OLE color: 9724768.

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

Color convert

RGB 96 99 148 -
CMYK 0.35 0.33 0 0.42
HSL 236.54º 0.21% 0.48% -
HSV(B) 236.54º 0.35% 0.58% -
XYZ 14.63 13.55 29.86 -
YUV 103.69 153.01 122.52 -
System Red Green Blue C M Y K H S L
Decimal 96 99 148 0.35 0.33 0 0.42 236.54 0.21 0.48
Hex 60 63 94 23 21 0 2A ED 15 30
Octal 140 143 224 43 41 0 52 355 25 60
Binary 1100000 1100011 10010100 100011 100001 0 101010 11101101 10101 110000

Color Harmonies of #606394

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #606394

Black with #606394

Text Example


Text Example

White with #606394

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #606394; }

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

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

background-color css

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

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

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

border-color css

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

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

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