Html Css Color HEX #626C86 Waikawa Grey

📋 copy color: '#626C86'

red 98 ◦ green 108 ◦ blue 134

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

Shades of Waikawa Grey #626C86

Tints of Waikawa Grey #626C86

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 39.41%

R = 28.82%
G = 31.76%
B = 39.41%

CMYK

 C value IS 0.27

 M value IS 0.19

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#626C86 (or 0x626C86) is known color: Waikawa Grey. HEX triplet: 62, 6C and 86. RGB value is (98,108,134). Sum of RGB (Red+Green+Blue) = 98+108+134=340 (45% of max value = 765). Red value is 98 (38.67% from 255 or 28.82% from 340); Green value is 108 (42.58% from 255 or 31.76% from 340); Blue value is 134 (52.73% from 255 or 39.41% from 340); Max value from RGB is 134 - color contains mainly: blue. Hex color #626C86 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #626C86 is #9D9379. Grayscale: #6B6B6B. Windows color (decimal): -10326906 or 8809570. OLE color: 8809570.

HSL color Cylindrical-coordinate representation of color #626C86: hue angle of 223.33º degrees, saturation: 0.16, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #626C86 is Cyan = 0.27, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 98 108 134 -
CMYK 0.27 0.19 0 0.47
HSL 223.33º 0.16% 0.45% -
HSV(B) 223.33º 0.27% 0.53% -
XYZ 14.7 15.04 24.68 -
YUV 107.97 142.69 120.89 -
System Red Green Blue C M Y K H S L
Decimal 98 108 134 0.27 0.19 0 0.47 223.33 0.16 0.45
Hex 62 6C 86 1B 13 0 2F DF 10 2D
Octal 142 154 206 33 23 0 57 337 20 55
Binary 1100010 1101100 10000110 11011 10011 0 101111 11011111 10000 101101

Color Harmonies of #626C86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #626C86

Black with #626C86

Text Example


Text Example

White with #626C86

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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