Html Css Color HEX #636594 Governor Bay

📋 copy color: '#636594'

red 99 ◦ green 101 ◦ blue 148

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

Shades of Governor Bay #636594

Tints of Governor Bay #636594

RGB

 RED value IS 99 (39.06% from 255) = 28.45%

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

 BLUE value IS 148 (58.2% from 255) = 42.53%

R = 28.45%
G = 29.02%
B = 42.53%

CMYK

 C value IS 0.33

 M value IS 0.32

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#636594 (or 0x636594) is known color: Governor Bay. HEX triplet: 63, 65 and 94. RGB value is (99,101,148). Sum of RGB (Red+Green+Blue) = 99+101+148=348 (46% of max value = 765). Red value is 99 (39.06% from 255 or 28.45% from 348); Green value is 101 (39.84% from 255 or 29.02% from 348); Blue value is 148 (58.20% from 255 or 42.53% from 348); Max value from RGB is 148 - color contains mainly: blue. Hex color #636594 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #636594 is #9C9A6B. Grayscale: #696969. Windows color (decimal): -10263148 or 9725283. OLE color: 9725283.

HSL color Cylindrical-coordinate representation of color #636594: hue angle of 237.55º degrees, saturation: 0.2, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #636594 is Cyan = 0.33, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 99 101 148 -
CMYK 0.33 0.32 0 0.42
HSL 237.55º 0.2% 0.48% -
HSV(B) 237.55º 0.33% 0.58% -
XYZ 15.14 14.1 29.94 -
YUV 105.76 151.84 123.18 -
System Red Green Blue C M Y K H S L
Decimal 99 101 148 0.33 0.32 0 0.42 237.55 0.2 0.48
Hex 63 65 94 21 20 0 2A EE 14 30
Octal 143 145 224 41 40 0 52 356 24 60
Binary 1100011 1100101 10010100 100001 100000 0 101010 11101110 10100 110000

Color Harmonies of #636594

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #636594

Black with #636594

Text Example


Text Example

White with #636594

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #636594; }

 p { color: rgb(99,101,148); }

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

background-color css

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

 a { background-color: rgb(99,101,148); }

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

border-color css

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

 span { border-color: rgb(99,101,148); }

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