Html Css Color HEX #60639B Governor Bay

📋 copy color: '#60639B'

red 96 ◦ green 99 ◦ blue 155

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

Shades of Governor Bay #60639B

Tints of Governor Bay #60639B

RGB

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

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

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

R = 27.43%
G = 28.29%
B = 44.29%

CMYK

 C value IS 0.38

 M value IS 0.36

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#60639B (or 0x60639B) is known color: Governor Bay. HEX triplet: 60, 63 and 9B. RGB value is (96,99,155). Sum of RGB (Red+Green+Blue) = 96+99+155=350 (46% of max value = 765). Red value is 96 (37.89% from 255 or 27.43% from 350); Green value is 99 (39.06% from 255 or 28.29% from 350); Blue value is 155 (60.94% from 255 or 44.29% from 350); Max value from RGB is 155 - color contains mainly: blue. Hex color #60639B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #60639B is #9F9C64. Grayscale: #686868. Windows color (decimal): -10460261 or 10183520. OLE color: 10183520.

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

Color convert

RGB 96 99 155 -
CMYK 0.38 0.36 0 0.39
HSL 236.95º 0.24% 0.49% -
HSV(B) 236.95º 0.38% 0.61% -
XYZ 15.2 13.78 32.87 -
YUV 104.49 156.51 121.95 -
System Red Green Blue C M Y K H S L
Decimal 96 99 155 0.38 0.36 0 0.39 236.95 0.24 0.49
Hex 60 63 9B 26 24 0 27 ED 18 31
Octal 140 143 233 46 44 0 47 355 30 61
Binary 1100000 1100011 10011011 100110 100100 0 100111 11101101 11000 110001

Color Harmonies of #60639B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60639B

Black with #60639B

Text Example


Text Example

White with #60639B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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