Html Css Color HEX #606393 Governor Bay

📋 copy color: '#606393'

red 96 ◦ green 99 ◦ blue 147

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

Shades of Governor Bay #606393

Tints of Governor Bay #606393

RGB

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

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

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

R = 28.07%
G = 28.95%
B = 42.98%

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

#606393 (or 0x606393) is known color: Governor Bay. HEX triplet: 60, 63 and 93. RGB value is (96,99,147). Sum of RGB (Red+Green+Blue) = 96+99+147=342 (45% of max value = 765). Red value is 96 (37.89% from 255 or 28.07% from 342); Green value is 99 (39.06% from 255 or 28.95% from 342); Blue value is 147 (57.81% from 255 or 42.98% from 342); Max value from RGB is 147 - color contains mainly: blue. Hex color #606393 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #606393 is #9F9C6C. Grayscale: #676767. Windows color (decimal): -10460269 or 9659232. OLE color: 9659232.

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

Color convert

RGB 96 99 147 -
CMYK 0.35 0.33 0 0.42
HSL 236.47º 0.21% 0.48% -
HSV(B) 236.47º 0.35% 0.58% -
XYZ 14.55 13.52 29.45 -
YUV 103.58 152.51 122.6 -
System Red Green Blue C M Y K H S L
Decimal 96 99 147 0.35 0.33 0 0.42 236.47 0.21 0.48
Hex 60 63 93 23 21 0 2A EC 15 30
Octal 140 143 223 43 41 0 52 354 25 60
Binary 1100000 1100011 10010011 100011 100001 0 101010 11101100 10101 110000

Color Harmonies of #606393

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #606393

Black with #606393

Text Example


Text Example

White with #606393

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #606393; }

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

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

background-color css

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

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

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

border-color css

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

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

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