Html Css Color HEX #626981 Waikawa Grey

📋 copy color: '#626981'

red 98 ◦ green 105 ◦ blue 129

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

Shades of Waikawa Grey #626981

Tints of Waikawa Grey #626981

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 38.86%

R = 29.52%
G = 31.63%
B = 38.86%

CMYK

 C value IS 0.24

 M value IS 0.19

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#626981 (or 0x626981) is known color: Waikawa Grey. HEX triplet: 62, 69 and 81. RGB value is (98,105,129). Sum of RGB (Red+Green+Blue) = 98+105+129=332 (43% of max value = 765). Red value is 98 (38.67% from 255 or 29.52% from 332); Green value is 105 (41.41% from 255 or 31.63% from 332); Blue value is 129 (50.78% from 255 or 38.86% from 332); Max value from RGB is 129 - color contains mainly: blue. Hex color #626981 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #626981 is #9D967E. Grayscale: #696969. Windows color (decimal): -10327679 or 8481122. OLE color: 8481122.

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

Color convert

RGB 98 105 129 -
CMYK 0.24 0.19 0 0.49
HSL 226.45º 0.14% 0.45% -
HSV(B) 226.45º 0.24% 0.51% -
XYZ 14.05 14.28 22.79 -
YUV 105.64 141.18 122.55 -
System Red Green Blue C M Y K H S L
Decimal 98 105 129 0.24 0.19 0 0.49 226.45 0.14 0.45
Hex 62 69 81 18 13 0 31 E2 E 2D
Octal 142 151 201 30 23 0 61 342 16 55
Binary 1100010 1101001 10000001 11000 10011 0 110001 11100010 1110 101101

Color Harmonies of #626981

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #626981

Black with #626981

Text Example


Text Example

White with #626981

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #626981; }

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

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

background-color css

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

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

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

border-color css

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

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

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