Html Css Color HEX #626A70 Mid Grey

📋 copy color: '#626A70'

red 98 ◦ green 106 ◦ blue 112

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

Shades of Mid Grey #626A70

Tints of Mid Grey #626A70

RGB

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

 GREEN value IS 106 (41.8% from 255) = 33.54%

 BLUE value IS 112 (44.14% from 255) = 35.44%

R = 31.01%
G = 33.54%
B = 35.44%

CMYK

 C value IS 0.13

 M value IS 0.05

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#626A70 (or 0x626A70) is known color: Mid Grey. HEX triplet: 62, 6A and 70. RGB value is (98,106,112). Sum of RGB (Red+Green+Blue) = 98+106+112=316 (41% of max value = 765). Red value is 98 (38.67% from 255 or 31.01% from 316); Green value is 106 (41.80% from 255 or 33.54% from 316); Blue value is 112 (44.14% from 255 or 35.44% from 316); Max value from RGB is 112 - color contains mainly: blue. Hex color #626A70 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #626A70 is #9D958F. Grayscale: #686868. Windows color (decimal): -10327440 or 7367266. OLE color: 7367266.

HSL color Cylindrical-coordinate representation of color #626A70: hue angle of 205.71º degrees, saturation: 0.07, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #626A70 is Cyan = 0.13, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 98 106 112 -
CMYK 0.13 0.05 0 0.56
HSL 205.71º 0.07% 0.41% -
HSV(B) 205.71º 0.13% 0.44% -
XYZ 13.12 14.07 17.35 -
YUV 104.29 132.35 123.51 -
System Red Green Blue C M Y K H S L
Decimal 98 106 112 0.13 0.05 0 0.56 205.71 0.07 0.41
Hex 62 6A 70 D 5 0 38 CE 7 29
Octal 142 152 160 15 5 0 70 316 7 51
Binary 1100010 1101010 1110000 1101 101 0 111000 11001110 111 101001

Color Harmonies of #626A70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #626A70

Black with #626A70

Text Example


Text Example

White with #626A70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(98,106,112); }

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

background-color css

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

 a { background-color: rgb(98,106,112); }

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

border-color css

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

 span { border-color: rgb(98,106,112); }

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