Html Css Color HEX #626E8E Waikawa Grey

📋 copy color: '#626E8E'

red 98 ◦ green 110 ◦ blue 142

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

Shades of Waikawa Grey #626E8E

Tints of Waikawa Grey #626E8E

RGB

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

 GREEN value IS 110 (43.36% from 255) = 31.43%

 BLUE value IS 142 (55.86% from 255) = 40.57%

R = 28%
G = 31.43%
B = 40.57%

CMYK

 C value IS 0.31

 M value IS 0.23

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#626E8E (or 0x626E8E) is known color: Waikawa Grey. HEX triplet: 62, 6E and 8E. RGB value is (98,110,142). Sum of RGB (Red+Green+Blue) = 98+110+142=350 (46% of max value = 765). Red value is 98 (38.67% from 255 or 28% from 350); Green value is 110 (43.36% from 255 or 31.43% from 350); Blue value is 142 (55.86% from 255 or 40.57% from 350); Max value from RGB is 142 - color contains mainly: blue. Hex color #626E8E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #626E8E is #9D9171. Grayscale: #6D6D6D. Windows color (decimal): -10326386 or 9334370. OLE color: 9334370.

HSL color Cylindrical-coordinate representation of color #626E8E: hue angle of 223.64º degrees, saturation: 0.18, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #626E8E is Cyan = 0.31, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 98 110 142 -
CMYK 0.31 0.23 0 0.44
HSL 223.64º 0.18% 0.47% -
HSV(B) 223.64º 0.31% 0.56% -
XYZ 15.5 15.7 27.81 -
YUV 110.06 146.02 119.4 -
System Red Green Blue C M Y K H S L
Decimal 98 110 142 0.31 0.23 0 0.44 223.64 0.18 0.47
Hex 62 6E 8E 1F 17 0 2C E0 12 2F
Octal 142 156 216 37 27 0 54 340 22 57
Binary 1100010 1101110 10001110 11111 10111 0 101100 11100000 10010 101111

Color Harmonies of #626E8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #626E8E

Black with #626E8E

Text Example


Text Example

White with #626E8E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(98,110,142); }

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

background-color css

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

 a { background-color: rgb(98,110,142); }

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

border-color css

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

 span { border-color: rgb(98,110,142); }

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