Html Css Color HEX #60659B Governor Bay

📋 copy color: '#60659B'

red 96 ◦ green 101 ◦ blue 155

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

Shades of Governor Bay #60659B

Tints of Governor Bay #60659B

RGB

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

 GREEN value IS 101 (39.84% from 255) = 28.69%

 BLUE value IS 155 (60.94% from 255) = 44.03%

R = 27.27%
G = 28.69%
B = 44.03%

CMYK

 C value IS 0.38

 M value IS 0.35

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#60659B (or 0x60659B) is known color: Governor Bay. HEX triplet: 60, 65 and 9B. RGB value is (96,101,155). Sum of RGB (Red+Green+Blue) = 96+101+155=352 (46% of max value = 765). Red value is 96 (37.89% from 255 or 27.27% from 352); Green value is 101 (39.84% from 255 or 28.69% from 352); Blue value is 155 (60.94% from 255 or 44.03% from 352); Max value from RGB is 155 - color contains mainly: blue. Hex color #60659B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #60659B is #9F9A64. Grayscale: #696969. Windows color (decimal): -10459749 or 10184032. OLE color: 10184032.

HSL color Cylindrical-coordinate representation of color #60659B: hue angle of 234.92º degrees, saturation: 0.24, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #60659B is Cyan = 0.38, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 96 101 155 -
CMYK 0.38 0.35 0 0.39
HSL 234.92º 0.24% 0.49% -
HSV(B) 234.92º 0.38% 0.61% -
XYZ 15.39 14.16 32.93 -
YUV 105.66 155.84 121.11 -
System Red Green Blue C M Y K H S L
Decimal 96 101 155 0.38 0.35 0 0.39 234.92 0.24 0.49
Hex 60 65 9B 26 23 0 27 EB 18 31
Octal 140 145 233 46 43 0 47 353 30 61
Binary 1100000 1100101 10011011 100110 100011 0 100111 11101011 11000 110001

Color Harmonies of #60659B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60659B

Black with #60659B

Text Example


Text Example

White with #60659B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #60659B; }

 p { color: rgb(96,101,155); }

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

background-color css

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

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

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

border-color css

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

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

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