#626788

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

Shades of Waikawa Grey #626788

Tints of Waikawa Grey #626788

Color information

#626788 (or 0x626788) is unknown color: approx Waikawa Grey. HEX triplet: 62, 67 and 88. RGB value is (98,103,136). Sum of RGB (Red+Green+Blue) = 98+103+136=337 (44% of max value = 765). Red value is 98 (38.67% from 255 or 29.08% from 337); Green value is 103 (40.62% from 255 or 30.56% from 337); Blue value is 136 (53.52% from 255 or 40.36% from 337); Max value from RGB is 136 - color contains mainly: blue. Hex color #626788 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #626788 is #9D9877. Grayscale: #696969. Windows color (decimal): -10328184 or 8939362. OLE color: 8939362.

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

Color convert

RGB98103136-
CMYK0.280.2400.47
HSL232.11º16.24%45.88%-
HSV(B)232.11º27.94%53.33%-
XYZ14.3314.0725.25-
YUV105.27145.34122.82-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 29.08%
GREEN value IS 103 (40.62% from 255) = 30.56%
BLUE value IS 136 (53.52% from 255) = 40.36%
R=29.08%
G=30.56%
B=40.36%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal981031360.280.2400.47232.1116.2445.88
Hex6267881C1802Fe8102e
Octal14214721034300573502056
Binary1100010110011110001000111001100001011111110100010000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #626788

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #626788; }

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

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

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

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

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

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

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

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