#636793

Color #636793 Waikawa Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Waikawa Grey #636793

Tints of Waikawa Grey #636793

Color information

#636793 (or 0x636793) is unknown color: approx Waikawa Grey. HEX triplet: 63, 67 and 93. RGB value is (99,103,147). Sum of RGB (Red+Green+Blue) = 99+103+147=349 (46% of max value = 765). Red value is 99 (39.06% from 255 or 28.37% from 349); Green value is 103 (40.62% from 255 or 29.51% from 349); Blue value is 147 (57.81% from 255 or 42.12% from 349); Max value from RGB is 147 - color contains mainly: blue. Hex color #636793 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #636793 is #9C986C. Grayscale: #6A6A6A. Windows color (decimal): -10262637 or 9660259. OLE color: 9660259.

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

Color convert

RGB99103147-
CMYK0.330.3000.42
HSL235º19.51%48.24%-
HSV(B)235º32.65%57.65%-
XYZ15.2614.4629.59-
YUV106.82150.67122.42-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 28.37%
GREEN value IS 103 (40.62% from 255) = 29.51%
BLUE value IS 147 (57.81% from 255) = 42.12%
R=28.37%
G=29.51%
B=42.12%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal991031470.330.3000.4223519.5148.24
Hex636793211E02Aeb1430
Octal14314722341360523532460
Binary11000111100111100100111000011111001010101110101110100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #636793

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #636793; }

 p { color: rgb(99,103,147); }

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

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

 a { background-color: rgb(99,103,147); }

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

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

 span { border-color: rgb(99,103,147); }

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