Html Css Color HEX #626B86 Waikawa Grey

📋 copy color: '#626B86'

red 98 ◦ green 107 ◦ blue 134

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

Shades of Waikawa Grey #626B86

Tints of Waikawa Grey #626B86

RGB

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

 GREEN value IS 107 (42.19% from 255) = 31.56%

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

R = 28.91%
G = 31.56%
B = 39.53%

CMYK

 C value IS 0.27

 M value IS 0.20

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#626B86 (or 0x626B86) is known color: Waikawa Grey. HEX triplet: 62, 6B and 86. RGB value is (98,107,134). Sum of RGB (Red+Green+Blue) = 98+107+134=339 (44% of max value = 765). Red value is 98 (38.67% from 255 or 28.91% from 339); Green value is 107 (42.19% from 255 or 31.56% from 339); Blue value is 134 (52.73% from 255 or 39.53% from 339); Max value from RGB is 134 - color contains mainly: blue. Hex color #626B86 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #626B86 is #9D9479. Grayscale: #6B6B6B. Windows color (decimal): -10327162 or 8809314. OLE color: 8809314.

HSL color Cylindrical-coordinate representation of color #626B86: hue angle of 225º 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 #626B86 is Cyan = 0.27, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 98 107 134 -
CMYK 0.27 0.20 0 0.47
HSL 225º 0.16% 0.45% -
HSV(B) 225º 0.27% 0.53% -
XYZ 14.6 14.83 24.65 -
YUV 107.39 143.02 121.3 -
System Red Green Blue C M Y K H S L
Decimal 98 107 134 0.27 0.20 0 0.47 225 0.16 0.45
Hex 62 6B 86 1B 14 0 2F E1 10 2D
Octal 142 153 206 33 24 0 57 341 20 55
Binary 1100010 1101011 10000110 11011 10100 0 101111 11100001 10000 101101

Color Harmonies of #626B86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #626B86

Black with #626B86

Text Example


Text Example

White with #626B86

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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