Html Css Color HEX #60669B Governor Bay

📋 copy color: '#60669B'

red 96 ◦ green 102 ◦ blue 155

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

Shades of Governor Bay #60669B

Tints of Governor Bay #60669B

RGB

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

 GREEN value IS 102 (40.23% from 255) = 28.9%

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

R = 27.2%
G = 28.9%
B = 43.91%

CMYK

 C value IS 0.38

 M value IS 0.34

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#60669B (or 0x60669B) is known color: Governor Bay. HEX triplet: 60, 66 and 9B. RGB value is (96,102,155). Sum of RGB (Red+Green+Blue) = 96+102+155=353 (46% of max value = 765). Red value is 96 (37.89% from 255 or 27.20% from 353); Green value is 102 (40.23% from 255 or 28.90% from 353); Blue value is 155 (60.94% from 255 or 43.91% from 353); Max value from RGB is 155 - color contains mainly: blue. Hex color #60669B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #60669B is #9F9964. Grayscale: #6A6A6A. Windows color (decimal): -10459493 or 10184288. OLE color: 10184288.

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

Color convert

RGB 96 102 155 -
CMYK 0.38 0.34 0 0.39
HSL 233.9º 0.24% 0.49% -
HSV(B) 233.9º 0.38% 0.61% -
XYZ 15.49 14.36 32.96 -
YUV 106.25 155.51 120.69 -
System Red Green Blue C M Y K H S L
Decimal 96 102 155 0.38 0.34 0 0.39 233.9 0.24 0.49
Hex 60 66 9B 26 22 0 27 EA 18 31
Octal 140 146 233 46 42 0 47 352 30 61
Binary 1100000 1100110 10011011 100110 100010 0 100111 11101010 11000 110001

Color Harmonies of #60669B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60669B

Black with #60669B

Text Example


Text Example

White with #60669B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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