Html Css Color HEX #606392 Governor Bay

📋 copy color: '#606392'

red 96 ◦ green 99 ◦ blue 146

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

Shades of Governor Bay #606392

Tints of Governor Bay #606392

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 42.82%

R = 28.15%
G = 29.03%
B = 42.82%

CMYK

 C value IS 0.34

 M value IS 0.32

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#606392 (or 0x606392) is known color: Governor Bay. HEX triplet: 60, 63 and 92. RGB value is (96,99,146). Sum of RGB (Red+Green+Blue) = 96+99+146=341 (45% of max value = 765). Red value is 96 (37.89% from 255 or 28.15% from 341); Green value is 99 (39.06% from 255 or 29.03% from 341); Blue value is 146 (57.42% from 255 or 42.82% from 341); Max value from RGB is 146 - color contains mainly: blue. Hex color #606392 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #606392 is #9F9C6D. Grayscale: #676767. Windows color (decimal): -10460270 or 9593696. OLE color: 9593696.

HSL color Cylindrical-coordinate representation of color #606392: hue angle of 236.4º degrees, saturation: 0.21, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #606392 is Cyan = 0.34, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 96 99 146 -
CMYK 0.34 0.32 0 0.43
HSL 236.4º 0.21% 0.47% -
HSV(B) 236.4º 0.34% 0.57% -
XYZ 14.47 13.49 29.03 -
YUV 103.46 152.01 122.68 -
System Red Green Blue C M Y K H S L
Decimal 96 99 146 0.34 0.32 0 0.43 236.4 0.21 0.47
Hex 60 63 92 22 20 0 2B EC 15 2F
Octal 140 143 222 42 40 0 53 354 25 57
Binary 1100000 1100011 10010010 100010 100000 0 101011 11101100 10101 101111

Color Harmonies of #606392

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #606392

Black with #606392

Text Example


Text Example

White with #606392

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #606392; }

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

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

background-color css

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

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

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

border-color css

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

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

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