Html Css Color HEX #60649B Governor Bay

📋 copy color: '#60649B'

red 96 ◦ green 100 ◦ blue 155

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

Shades of Governor Bay #60649B

Tints of Governor Bay #60649B

RGB

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

 GREEN value IS 100 (39.45% from 255) = 28.49%

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

R = 27.35%
G = 28.49%
B = 44.16%

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

#60649B (or 0x60649B) is known color: Governor Bay. HEX triplet: 60, 64 and 9B. RGB value is (96,100,155). Sum of RGB (Red+Green+Blue) = 96+100+155=351 (46% of max value = 765). Red value is 96 (37.89% from 255 or 27.35% from 351); Green value is 100 (39.45% from 255 or 28.49% from 351); Blue value is 155 (60.94% from 255 or 44.16% from 351); Max value from RGB is 155 - color contains mainly: blue. Hex color #60649B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #60649B is #9F9B64. Grayscale: #686868. Windows color (decimal): -10460005 or 10183776. OLE color: 10183776.

HSL color Cylindrical-coordinate representation of color #60649B: hue angle of 235.93º 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 #60649B is Cyan = 0.38, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 96 100 155 -
CMYK 0.38 0.35 0 0.39
HSL 235.93º 0.24% 0.49% -
HSV(B) 235.93º 0.38% 0.61% -
XYZ 15.3 13.97 32.9 -
YUV 105.07 156.17 121.53 -
System Red Green Blue C M Y K H S L
Decimal 96 100 155 0.38 0.35 0 0.39 235.93 0.24 0.49
Hex 60 64 9B 26 23 0 27 EC 18 31
Octal 140 144 233 46 43 0 47 354 30 61
Binary 1100000 1100100 10011011 100110 100011 0 100111 11101100 11000 110001

Color Harmonies of #60649B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60649B

Black with #60649B

Text Example


Text Example

White with #60649B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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