Html Css Color HEX #626982 Waikawa Grey

📋 copy color: '#626982'

red 98 ◦ green 105 ◦ blue 130

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

Shades of Waikawa Grey #626982

Tints of Waikawa Grey #626982

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 39.04%

R = 29.43%
G = 31.53%
B = 39.04%

CMYK

 C value IS 0.25

 M value IS 0.19

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#626982 (or 0x626982) is known color: Waikawa Grey. HEX triplet: 62, 69 and 82. RGB value is (98,105,130). Sum of RGB (Red+Green+Blue) = 98+105+130=333 (44% of max value = 765). Red value is 98 (38.67% from 255 or 29.43% from 333); Green value is 105 (41.41% from 255 or 31.53% from 333); Blue value is 130 (51.17% from 255 or 39.04% from 333); Max value from RGB is 130 - color contains mainly: blue. Hex color #626982 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #626982 is #9D967D. Grayscale: #696969. Windows color (decimal): -10327678 or 8546658. OLE color: 8546658.

HSL color Cylindrical-coordinate representation of color #626982: hue angle of 226.88º degrees, saturation: 0.14, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #626982 is Cyan = 0.25, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 98 105 130 -
CMYK 0.25 0.19 0 0.49
HSL 226.88º 0.14% 0.45% -
HSV(B) 226.88º 0.25% 0.51% -
XYZ 14.12 14.31 23.14 -
YUV 105.76 141.68 122.47 -
System Red Green Blue C M Y K H S L
Decimal 98 105 130 0.25 0.19 0 0.49 226.88 0.14 0.45
Hex 62 69 82 19 13 0 31 E3 E 2D
Octal 142 151 202 31 23 0 61 343 16 55
Binary 1100010 1101001 10000010 11001 10011 0 110001 11100011 1110 101101

Color Harmonies of #626982

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #626982

Black with #626982

Text Example


Text Example

White with #626982

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #626982; }

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

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

background-color css

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

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

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

border-color css

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

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

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