Html Css Color HEX #606191 Governor Bay

📋 copy color: '#606191'

red 96 ◦ green 97 ◦ blue 145

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

Shades of Governor Bay #606191

Tints of Governor Bay #606191

RGB

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

 GREEN value IS 97 (38.28% from 255) = 28.7%

 BLUE value IS 145 (57.03% from 255) = 42.9%

R = 28.4%
G = 28.7%
B = 42.9%

CMYK

 C value IS 0.34

 M value IS 0.33

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#606191 (or 0x606191) is known color: Governor Bay. HEX triplet: 60, 61 and 91. RGB value is (96,97,145). Sum of RGB (Red+Green+Blue) = 96+97+145=338 (44% of max value = 765). Red value is 96 (37.89% from 255 or 28.40% from 338); Green value is 97 (38.28% from 255 or 28.70% from 338); Blue value is 145 (57.03% from 255 or 42.90% from 338); Max value from RGB is 145 - color contains mainly: blue. Hex color #606191 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #606191 is #9F9E6E. Grayscale: #656565. Windows color (decimal): -10460783 or 9527648. OLE color: 9527648.

HSL color Cylindrical-coordinate representation of color #606191: hue angle of 238.78º degrees, saturation: 0.2, 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 #606191 is Cyan = 0.34, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 96 97 145 -
CMYK 0.34 0.33 0 0.43
HSL 238.78º 0.2% 0.47% -
HSV(B) 238.78º 0.34% 0.57% -
XYZ 14.21 13.08 28.56 -
YUV 102.17 152.17 123.6 -
System Red Green Blue C M Y K H S L
Decimal 96 97 145 0.34 0.33 0 0.43 238.78 0.2 0.47
Hex 60 61 91 22 21 0 2B EF 14 2F
Octal 140 141 221 42 41 0 53 357 24 57
Binary 1100000 1100001 10010001 100010 100001 0 101011 11101111 10100 101111

Color Harmonies of #606191

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #606191

Black with #606191

Text Example


Text Example

White with #606191

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #606191; }

 p { color: rgb(96,97,145); }

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

background-color css

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

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

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

border-color css

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

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

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