Html Css Color HEX #626F84 Waikawa Grey

📋 copy color: '#626F84'

red 98 ◦ green 111 ◦ blue 132

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

Shades of Waikawa Grey #626F84

Tints of Waikawa Grey #626F84

RGB

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

 GREEN value IS 111 (43.75% from 255) = 32.55%

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

R = 28.74%
G = 32.55%
B = 38.71%

CMYK

 C value IS 0.26

 M value IS 0.16

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#626F84 (or 0x626F84) is known color: Waikawa Grey. HEX triplet: 62, 6F and 84. RGB value is (98,111,132). Sum of RGB (Red+Green+Blue) = 98+111+132=341 (45% of max value = 765). Red value is 98 (38.67% from 255 or 28.74% from 341); Green value is 111 (43.75% from 255 or 32.55% from 341); Blue value is 132 (51.95% from 255 or 38.71% from 341); Max value from RGB is 132 - color contains mainly: blue. Hex color #626F84 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #626F84 is #9D907B. Grayscale: #6D6D6D. Windows color (decimal): -10326140 or 8679266. OLE color: 8679266.

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

Color convert

RGB 98 111 132 -
CMYK 0.26 0.16 0 0.48
HSL 217.06º 0.15% 0.45% -
HSV(B) 217.06º 0.26% 0.52% -
XYZ 14.89 15.63 24.06 -
YUV 109.51 140.69 119.79 -
System Red Green Blue C M Y K H S L
Decimal 98 111 132 0.26 0.16 0 0.48 217.06 0.15 0.45
Hex 62 6F 84 1A 10 0 30 D9 F 2D
Octal 142 157 204 32 20 0 60 331 17 55
Binary 1100010 1101111 10000100 11010 10000 0 110000 11011001 1111 101101

Color Harmonies of #626F84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #626F84

Black with #626F84

Text Example


Text Example

White with #626F84

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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