Html Css Color HEX #626A68 William

📋 copy color: '#626A68'

red 98 ◦ green 106 ◦ blue 104

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

Shades of William #626A68

Tints of William #626A68

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 33.77%

R = 31.82%
G = 34.42%
B = 33.77%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.02

 K value IS 0.58

RGB Variations

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

Color information

#626A68 (or 0x626A68) is known color: William. HEX triplet: 62, 6A and 68. RGB value is (98,106,104). Sum of RGB (Red+Green+Blue) = 98+106+104=308 (40% of max value = 765). Red value is 98 (38.67% from 255 or 31.82% from 308); Green value is 106 (41.80% from 255 or 34.42% from 308); Blue value is 104 (41.02% from 255 or 33.77% from 308); Max value from RGB is 106 - color contains mainly: green. Hex color #626A68 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #626A68 is #9D9597. Grayscale: #676767. Windows color (decimal): -10327448 or 6842978. OLE color: 6842978.

HSL color Cylindrical-coordinate representation of color #626A68: hue angle of 165º degrees, saturation: 0.04, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #626A68 is Cyan = 0.08, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.58.

Color convert

RGB 98 106 104 -
CMYK 0.08 0 0.02 0.58
HSL 165º 0.04% 0.4% -
HSV(B) 165º 0.08% 0.42% -
XYZ 12.69 13.9 15.11 -
YUV 103.38 128.35 124.16 -
System Red Green Blue C M Y K H S L
Decimal 98 106 104 0.08 0 0.02 0.58 165 0.04 0.4
Hex 62 6A 68 8 0 2 3A A5 4 28
Octal 142 152 150 10 0 2 72 245 4 50
Binary 1100010 1101010 1101000 1000 0 10 111010 10100101 100 101000

Color Harmonies of #626A68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #626A68

Black with #626A68

Text Example


Text Example

White with #626A68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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