#656993

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

Shades of Waikawa Grey #656993

Tints of Waikawa Grey #656993

Color information

#656993 (or 0x656993) is unknown color: approx Waikawa Grey. HEX triplet: 65, 69 and 93. RGB value is (101,105,147). Sum of RGB (Red+Green+Blue) = 101+105+147=353 (46% of max value = 765). Red value is 101 (39.84% from 255 or 28.61% from 353); Green value is 105 (41.41% from 255 or 29.75% from 353); Blue value is 147 (57.81% from 255 or 41.64% from 353); Max value from RGB is 147 - color contains mainly: blue. Hex color #656993 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #656993 is #9A966C. Grayscale: #6C6C6C. Windows color (decimal): -10131053 or 9660773. OLE color: 9660773.

HSL color Cylindrical-coordinate representation of color #656993: hue angle of 234.78º degrees, saturation: 0.19, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #656993 is Cyan = 0.31, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB101105147-
CMYK0.310.2900.42
HSL234.78º18.55%48.63%-
HSV(B)234.78º31.29%57.65%-
XYZ15.6814.9829.67-
YUV108.59149.67122.58-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 28.61%
GREEN value IS 105 (41.41% from 255) = 29.75%
BLUE value IS 147 (57.81% from 255) = 41.64%
R=28.61%
G=29.75%
B=41.64%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1011051470.310.2900.42234.7818.5548.63
Hex6569931F1D02Aeb1331
Octal14515122337350523532361
Binary1100101110100110010011111111110101010101110101110011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #656993

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #656993; }

 p { color: rgb(101,105,147); }

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

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

 a { background-color: rgb(101,105,147); }

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

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

 span { border-color: rgb(101,105,147); }

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