Html Css Color HEX #626C84 Waikawa Grey

📋 copy color: '#626C84'

red 98 ◦ green 108 ◦ blue 132

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

Shades of Waikawa Grey #626C84

Tints of Waikawa Grey #626C84

RGB

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

 GREEN value IS 108 (42.58% from 255) = 31.95%

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

R = 28.99%
G = 31.95%
B = 39.05%

CMYK

 C value IS 0.26

 M value IS 0.18

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#626C84 (or 0x626C84) is known color: Waikawa Grey. HEX triplet: 62, 6C and 84. RGB value is (98,108,132). Sum of RGB (Red+Green+Blue) = 98+108+132=338 (44% of max value = 765). Red value is 98 (38.67% from 255 or 28.99% from 338); Green value is 108 (42.58% from 255 or 31.95% from 338); Blue value is 132 (51.95% from 255 or 39.05% from 338); Max value from RGB is 132 - color contains mainly: blue. Hex color #626C84 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #626C84 is #9D937B. Grayscale: #6B6B6B. Windows color (decimal): -10326908 or 8678498. OLE color: 8678498.

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

Color convert

RGB 98 108 132 -
CMYK 0.26 0.18 0 0.48
HSL 222.35º 0.15% 0.45% -
HSV(B) 222.35º 0.26% 0.52% -
XYZ 14.56 14.99 23.96 -
YUV 107.75 141.69 121.05 -
System Red Green Blue C M Y K H S L
Decimal 98 108 132 0.26 0.18 0 0.48 222.35 0.15 0.45
Hex 62 6C 84 1A 12 0 30 DE F 2D
Octal 142 154 204 32 22 0 60 336 17 55
Binary 1100010 1101100 10000100 11010 10010 0 110000 11011110 1111 101101

Color Harmonies of #626C84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #626C84

Black with #626C84

Text Example


Text Example

White with #626C84

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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