#646F98

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

Shades of Waikawa Grey #646F98

Tints of Waikawa Grey #646F98

Color information

#646F98 (or 0x646F98) is unknown color: approx Waikawa Grey. HEX triplet: 64, 6F and 98. RGB value is (100,111,152). Sum of RGB (Red+Green+Blue) = 100+111+152=363 (48% of max value = 765). Red value is 100 (39.45% from 255 or 27.55% from 363); Green value is 111 (43.75% from 255 or 30.58% from 363); Blue value is 152 (59.77% from 255 or 41.87% from 363); Max value from RGB is 152 - color contains mainly: blue. Hex color #646F98 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #646F98 is #9B9067. Grayscale: #707070. Windows color (decimal): -10195048 or 9989988. OLE color: 9989988.

HSL color Cylindrical-coordinate representation of color #646F98: hue angle of 227.31º degrees, saturation: 0.21, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #646F98 is Cyan = 0.34, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB100111152-
CMYK0.340.2700.40
HSL227.31º20.63%49.41%-
HSV(B)227.31º34.21%59.61%-
XYZ16.6116.3531.99-
YUV112.38150.36119.17-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 27.55%
GREEN value IS 111 (43.75% from 255) = 30.58%
BLUE value IS 152 (59.77% from 255) = 41.87%
R=27.55%
G=30.58%
B=41.87%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1001111520.340.2700.40227.3120.6349.41
Hex646F98221B028e31531
Octal14415723042330503432561
Binary11001001101111100110001000101101101010001110001110101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #646F98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #646F98; }

 p { color: rgb(100,111,152); }

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

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

 a { background-color: rgb(100,111,152); }

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

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

 span { border-color: rgb(100,111,152); }

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