Html Css Color HEX #626D82 Waikawa Grey

📋 copy color: '#626D82'

red 98 ◦ green 109 ◦ blue 130

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

Shades of Waikawa Grey #626D82

Tints of Waikawa Grey #626D82

RGB

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

 GREEN value IS 109 (42.97% from 255) = 32.34%

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

R = 29.08%
G = 32.34%
B = 38.58%

CMYK

 C value IS 0.25

 M value IS 0.16

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#626D82 (or 0x626D82) is known color: Waikawa Grey. HEX triplet: 62, 6D and 82. RGB value is (98,109,130). Sum of RGB (Red+Green+Blue) = 98+109+130=337 (44% of max value = 765). Red value is 98 (38.67% from 255 or 29.08% from 337); Green value is 109 (42.97% from 255 or 32.34% from 337); Blue value is 130 (51.17% from 255 or 38.58% from 337); Max value from RGB is 130 - color contains mainly: blue. Hex color #626D82 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #626D82 is #9D927D. Grayscale: #6C6C6C. Windows color (decimal): -10326654 or 8547682. OLE color: 8547682.

HSL color Cylindrical-coordinate representation of color #626D82: hue angle of 219.38º 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 #626D82 is Cyan = 0.25, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 98 109 130 -
CMYK 0.25 0.16 0 0.49
HSL 219.38º 0.14% 0.45% -
HSV(B) 219.38º 0.25% 0.51% -
XYZ 14.53 15.15 23.28 -
YUV 108.11 140.36 120.79 -
System Red Green Blue C M Y K H S L
Decimal 98 109 130 0.25 0.16 0 0.49 219.38 0.14 0.45
Hex 62 6D 82 19 10 0 31 DB E 2D
Octal 142 155 202 31 20 0 61 333 16 55
Binary 1100010 1101101 10000010 11001 10000 0 110001 11011011 1110 101101

Color Harmonies of #626D82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #626D82

Black with #626D82

Text Example


Text Example

White with #626D82

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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