#636F93

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

Shades of Waikawa Grey #636F93

Tints of Waikawa Grey #636F93

Color information

#636F93 (or 0x636F93) is unknown color: approx Waikawa Grey. HEX triplet: 63, 6F and 93. RGB value is (99,111,147). Sum of RGB (Red+Green+Blue) = 99+111+147=357 (47% of max value = 765). Red value is 99 (39.06% from 255 or 27.73% from 357); Green value is 111 (43.75% from 255 or 31.09% from 357); Blue value is 147 (57.81% from 255 or 41.18% from 357); Max value from RGB is 147 - color contains mainly: blue. Hex color #636F93 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #636F93 is #9C906C. Grayscale: #6F6F6F. Windows color (decimal): -10260589 or 9662307. OLE color: 9662307.

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

Color convert

RGB99111147-
CMYK0.330.2400.42
HSL225º19.51%48.24%-
HSV(B)225º32.65%57.65%-
XYZ16.116.1329.87-
YUV111.52148.02119.07-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 27.73%
GREEN value IS 111 (43.75% from 255) = 31.09%
BLUE value IS 147 (57.81% from 255) = 41.18%
R=27.73%
G=31.09%
B=41.18%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal991111470.330.2400.4222519.5148.24
Hex636F93211802Ae11430
Octal14315722341300523412460
Binary11000111101111100100111000011100001010101110000110100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #636F93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #636F93; }

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

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

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

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

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

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

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

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