Html Css Color HEX #606498 Governor Bay

📋 copy color: '#606498'

red 96 ◦ green 100 ◦ blue 152

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

Shades of Governor Bay #606498

Tints of Governor Bay #606498

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 43.68%

R = 27.59%
G = 28.74%
B = 43.68%

CMYK

 C value IS 0.37

 M value IS 0.34

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#606498 (or 0x606498) is known color: Governor Bay. HEX triplet: 60, 64 and 98. RGB value is (96,100,152). Sum of RGB (Red+Green+Blue) = 96+100+152=348 (46% of max value = 765). Red value is 96 (37.89% from 255 or 27.59% from 348); Green value is 100 (39.45% from 255 or 28.74% from 348); Blue value is 152 (59.77% from 255 or 43.68% from 348); Max value from RGB is 152 - color contains mainly: blue. Hex color #606498 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #606498 is #9F9B67. Grayscale: #686868. Windows color (decimal): -10460008 or 9987168. OLE color: 9987168.

HSL color Cylindrical-coordinate representation of color #606498: hue angle of 235.71º degrees, saturation: 0.23, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #606498 is Cyan = 0.37, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 96 100 152 -
CMYK 0.37 0.34 0 0.40
HSL 235.71º 0.23% 0.49% -
HSV(B) 235.71º 0.37% 0.6% -
XYZ 15.05 13.87 31.59 -
YUV 104.73 154.67 121.77 -
System Red Green Blue C M Y K H S L
Decimal 96 100 152 0.37 0.34 0 0.40 235.71 0.23 0.49
Hex 60 64 98 25 22 0 28 EC 17 31
Octal 140 144 230 45 42 0 50 354 27 61
Binary 1100000 1100100 10011000 100101 100010 0 101000 11101100 10111 110001

Color Harmonies of #606498

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #606498

Black with #606498

Text Example


Text Example

White with #606498

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #606498; }

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

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

background-color css

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

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

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

border-color css

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

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

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