#636694

Color #636694 Governor Bay (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Governor Bay #636694

Tints of Governor Bay #636694

Color information

#636694 (or 0x636694) is unknown color: approx Governor Bay. HEX triplet: 63, 66 and 94. RGB value is (99,102,148). Sum of RGB (Red+Green+Blue) = 99+102+148=349 (46% of max value = 765). Red value is 99 (39.06% from 255 or 28.37% from 349); Green value is 102 (40.23% from 255 or 29.23% from 349); Blue value is 148 (58.20% from 255 or 42.41% from 349); Max value from RGB is 148 - color contains mainly: blue. Hex color #636694 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #636694 is #9C996B. Grayscale: #6A6A6A. Windows color (decimal): -10262892 or 9725539. OLE color: 9725539.

HSL color Cylindrical-coordinate representation of color #636694: hue angle of 236.33º 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 #636694 is Cyan = 0.33, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB99102148-
CMYK0.330.3100.42
HSL236.33º19.84%48.43%-
HSV(B)236.33º33.11%58.04%-
XYZ15.2414.2929.97-
YUV106.35151.51122.76-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 28.37%
GREEN value IS 102 (40.23% from 255) = 29.23%
BLUE value IS 148 (58.20% from 255) = 42.41%
R=28.37%
G=29.23%
B=42.41%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal991021480.330.3100.42236.3319.8448.43
Hex636694211F02Aec1430
Octal14314622441370523542460
Binary11000111100110100101001000011111101010101110110010100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #636694

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #636694; }

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

 H1.HeaderClassName
 {
   color: #636694;
 }
 .AnyTagClassName
 {
   color: #636694;
 }
</style>
background-color css

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

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

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

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

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

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