Html Css Color HEX #638868 Laurel

📋 copy color: '#638868'

red 99 ◦ green 136 ◦ blue 104

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

Shades of Laurel #638868

Tints of Laurel #638868

RGB

 RED value IS 99 (39.06% from 255) = 29.2%

 GREEN value IS 136 (53.52% from 255) = 40.12%

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

R = 29.2%
G = 40.12%
B = 30.68%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.24

 K value IS 0.47

RGB Variations

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

Color information

#638868 (or 0x638868) is known color: Laurel. HEX triplet: 63, 88 and 68. RGB value is (99,136,104). Sum of RGB (Red+Green+Blue) = 99+136+104=339 (44% of max value = 765). Red value is 99 (39.06% from 255 or 29.20% from 339); Green value is 136 (53.52% from 255 or 40.12% from 339); Blue value is 104 (41.02% from 255 or 30.68% from 339); Max value from RGB is 136 - color contains mainly: green. Hex color #638868 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #638868 is #9C7797. Grayscale: #797979. Windows color (decimal): -10254232 or 6850659. OLE color: 6850659.

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

Color convert

RGB 99 136 104 -
CMYK 0.27 0 0.24 0.47
HSL 128.11º 0.16% 0.46% -
HSV(B) 128.11º 0.27% 0.53% -
XYZ 16.45 21.26 16.33 -
YUV 121.29 118.24 112.1 -
System Red Green Blue C M Y K H S L
Decimal 99 136 104 0.27 0 0.24 0.47 128.11 0.16 0.46
Hex 63 88 68 1B 0 18 2F 80 10 2E
Octal 143 210 150 33 0 30 57 200 20 56
Binary 1100011 10001000 1101000 11011 0 11000 101111 10000000 10000 101110

Color Harmonies of #638868

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #638868

Black with #638868

Text Example


Text Example

White with #638868

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #638868; }

 p { color: rgb(99,136,104); }

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

background-color css

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

 a { background-color: rgb(99,136,104); }

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

border-color css

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

 span { border-color: rgb(99,136,104); }

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