Html Css Color HEX #626988 Waikawa Grey

📋 copy color: '#626988'

red 98 ◦ green 105 ◦ blue 136

#626988
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Waikawa Grey #626988

Tints of Waikawa Grey #626988

RGB

 RED value IS 98 (38.67% from 255) = 28.91%

 GREEN value IS 105 (41.41% from 255) = 30.97%

 BLUE value IS 136 (53.52% from 255) = 40.12%

R = 28.91%
G = 30.97%
B = 40.12%

CMYK

 C value IS 0.28

 M value IS 0.23

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#626988 (or 0x626988) is known color: Waikawa Grey. HEX triplet: 62, 69 and 88. RGB value is (98,105,136). Sum of RGB (Red+Green+Blue) = 98+105+136=339 (44% of max value = 765). Red value is 98 (38.67% from 255 or 28.91% from 339); Green value is 105 (41.41% from 255 or 30.97% from 339); Blue value is 136 (53.52% from 255 or 40.12% from 339); Max value from RGB is 136 - color contains mainly: blue. Hex color #626988 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #626988 is #9D9677. Grayscale: #6A6A6A. Windows color (decimal): -10327672 or 8939874. OLE color: 8939874.

HSL color Cylindrical-coordinate representation of color #626988: hue angle of 228.95º 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 #626988 is Cyan = 0.28, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 98 105 136 -
CMYK 0.28 0.23 0 0.47
HSL 228.95º 0.16% 0.46% -
HSV(B) 228.95º 0.28% 0.53% -
XYZ 14.53 14.48 25.32 -
YUV 106.44 144.68 121.98 -
System Red Green Blue C M Y K H S L
Decimal 98 105 136 0.28 0.23 0 0.47 228.95 0.16 0.46
Hex 62 69 88 1C 17 0 2F E5 10 2E
Octal 142 151 210 34 27 0 57 345 20 56
Binary 1100010 1101001 10001000 11100 10111 0 101111 11100101 10000 101110

Color Harmonies of #626988

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #626988

Black with #626988

Text Example


Text Example

White with #626988

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #626988; }

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

 H1.HeaderClassName
 {
   color: #626988;
 }
 .AnyTagClassName
 {
   color: #626988;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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