#626787

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

Shades of Waikawa Grey #626787

Tints of Waikawa Grey #626787

Color information

#626787 (or 0x626787) is unknown color: approx Waikawa Grey. HEX triplet: 62, 67 and 87. RGB value is (98,103,135). Sum of RGB (Red+Green+Blue) = 98+103+135=336 (44% of max value = 765). Red value is 98 (38.67% from 255 or 29.17% from 336); Green value is 103 (40.62% from 255 or 30.65% from 336); Blue value is 135 (53.12% from 255 or 40.18% from 336); Max value from RGB is 135 - color contains mainly: blue. Hex color #626787 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #626787 is #9D9878. Grayscale: #696969. Windows color (decimal): -10328185 or 8873826. OLE color: 8873826.

HSL color Cylindrical-coordinate representation of color #626787: hue angle of 231.89º degrees, saturation: 0.16, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #626787 is Cyan = 0.27, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB98103135-
CMYK0.270.2400.47
HSL231.89º15.88%45.69%-
HSV(B)231.89º27.41%52.94%-
XYZ14.2614.0524.88-
YUV105.15144.84122.9-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 29.17%
GREEN value IS 103 (40.62% from 255) = 30.65%
BLUE value IS 135 (53.12% from 255) = 40.18%
R=29.17%
G=30.65%
B=40.18%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal981031350.270.2400.47231.8915.8845.69
Hex6267871B1802Fe8102e
Octal14214720733300573502056
Binary1100010110011110000111110111100001011111110100010000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #626787

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #626787; }

 p { color: rgb(98,103,135); }

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

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

 a { background-color: rgb(98,103,135); }

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

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

 span { border-color: rgb(98,103,135); }

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