Html Css Color HEX #626E84 Waikawa Grey

📋 copy color: '#626E84'

red 98 ◦ green 110 ◦ blue 132

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

Shades of Waikawa Grey #626E84

Tints of Waikawa Grey #626E84

RGB

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

 GREEN value IS 110 (43.36% from 255) = 32.35%

 BLUE value IS 132 (51.95% from 255) = 38.82%

R = 28.82%
G = 32.35%
B = 38.82%

CMYK

 C value IS 0.26

 M value IS 0.17

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#626E84 (or 0x626E84) is known color: Waikawa Grey. HEX triplet: 62, 6E and 84. RGB value is (98,110,132). Sum of RGB (Red+Green+Blue) = 98+110+132=340 (45% of max value = 765). Red value is 98 (38.67% from 255 or 28.82% from 340); Green value is 110 (43.36% from 255 or 32.35% from 340); Blue value is 132 (51.95% from 255 or 38.82% from 340); Max value from RGB is 132 - color contains mainly: blue. Hex color #626E84 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #626E84 is #9D917B. Grayscale: #6C6C6C. Windows color (decimal): -10326396 or 8679010. OLE color: 8679010.

HSL color Cylindrical-coordinate representation of color #626E84: hue angle of 218.82º degrees, saturation: 0.15, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #626E84 is Cyan = 0.26, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 98 110 132 -
CMYK 0.26 0.17 0 0.48
HSL 218.82º 0.15% 0.45% -
HSV(B) 218.82º 0.26% 0.52% -
XYZ 14.78 15.41 24.03 -
YUV 108.92 141.02 120.21 -
System Red Green Blue C M Y K H S L
Decimal 98 110 132 0.26 0.17 0 0.48 218.82 0.15 0.45
Hex 62 6E 84 1A 11 0 30 DB F 2D
Octal 142 156 204 32 21 0 60 333 17 55
Binary 1100010 1101110 10000100 11010 10001 0 110000 11011011 1111 101101

Color Harmonies of #626E84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #626E84

Black with #626E84

Text Example


Text Example

White with #626E84

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #626E84; }

 p { color: rgb(98,110,132); }

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

background-color css

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

 a { background-color: rgb(98,110,132); }

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

border-color css

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

 span { border-color: rgb(98,110,132); }

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