Html Css Color HEX #606399 Governor Bay

📋 copy color: '#606399'

red 96 ◦ green 99 ◦ blue 153

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

Shades of Governor Bay #606399

Tints of Governor Bay #606399

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 43.97%

R = 27.59%
G = 28.45%
B = 43.97%

CMYK

 C value IS 0.37

 M value IS 0.35

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#606399 (or 0x606399) is known color: Governor Bay. HEX triplet: 60, 63 and 99. RGB value is (96,99,153). Sum of RGB (Red+Green+Blue) = 96+99+153=348 (46% of max value = 765). Red value is 96 (37.89% from 255 or 27.59% from 348); Green value is 99 (39.06% from 255 or 28.45% from 348); Blue value is 153 (60.16% from 255 or 43.97% from 348); Max value from RGB is 153 - color contains mainly: blue. Hex color #606399 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #606399 is #9F9C66. Grayscale: #686868. Windows color (decimal): -10460263 or 10052448. OLE color: 10052448.

HSL color Cylindrical-coordinate representation of color #606399: hue angle of 236.84º degrees, saturation: 0.23, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #606399 is Cyan = 0.37, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 96 99 153 -
CMYK 0.37 0.35 0 0.4
HSL 236.84º 0.23% 0.49% -
HSV(B) 236.84º 0.37% 0.6% -
XYZ 15.04 13.71 31.99 -
YUV 104.26 155.51 122.11 -
System Red Green Blue C M Y K H S L
Decimal 96 99 153 0.37 0.35 0 0.4 236.84 0.23 0.49
Hex 60 63 99 25 23 0 28 ED 17 31
Octal 140 143 231 45 43 0 50 355 27 61
Binary 1100000 1100011 10011001 100101 100011 0 101000 11101101 10111 110001

Color Harmonies of #606399

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #606399

Black with #606399

Text Example


Text Example

White with #606399

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #606399; }

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

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

background-color css

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

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

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

border-color css

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

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

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