Html Css Color HEX #606095 Governor Bay

📋 copy color: '#606095'

red 96 ◦ green 96 ◦ blue 149

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

Shades of Governor Bay #606095

Tints of Governor Bay #606095

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 43.7%

R = 28.15%
G = 28.15%
B = 43.7%

CMYK

 C value IS 0.36

 M value IS 0.36

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#606095 (or 0x606095) is known color: Governor Bay. HEX triplet: 60, 60 and 95. RGB value is (96,96,149). Sum of RGB (Red+Green+Blue) = 96+96+149=341 (45% of max value = 765). Red value is 96 (37.89% from 255 or 28.15% from 341); Green value is 96 (37.89% from 255 or 28.15% from 341); Blue value is 149 (58.59% from 255 or 43.70% from 341); Max value from RGB is 149 - color contains mainly: blue. Hex color #606095 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #606095 is #9F9F6A. Grayscale: #656565. Windows color (decimal): -10461035 or 9789536. OLE color: 9789536.

HSL color Cylindrical-coordinate representation of color #606095: hue angle of 240º degrees, saturation: 0.22, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #606095 is Cyan = 0.36, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 96 96 149 -
CMYK 0.36 0.36 0 0.42
HSL 240º 0.22% 0.48% -
HSV(B) 240º 0.36% 0.58% -
XYZ 14.43 13.02 30.19 -
YUV 102.04 154.5 123.69 -
System Red Green Blue C M Y K H S L
Decimal 96 96 149 0.36 0.36 0 0.42 240 0.22 0.48
Hex 60 60 95 24 24 0 2A F0 16 30
Octal 140 140 225 44 44 0 52 360 26 60
Binary 1100000 1100000 10010101 100100 100100 0 101010 11110000 10110 110000

Color Harmonies of #606095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #606095

Black with #606095

Text Example


Text Example

White with #606095

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #606095; }

 p { color: rgb(96,96,149); }

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

background-color css

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

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

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

border-color css

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

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

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