Html Css Color HEX #675560 Cosmic

📋 copy color: '#675560'

red 103 ◦ green 85 ◦ blue 96

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

Shades of Cosmic #675560

Tints of Cosmic #675560

RGB

 RED value IS 103 (40.63% from 255) = 36.27%

 GREEN value IS 85 (33.59% from 255) = 29.93%

 BLUE value IS 96 (37.89% from 255) = 33.8%

R = 36.27%
G = 29.93%
B = 33.8%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.07

 K value IS 0.60

RGB Variations

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

Color information

#675560 (or 0x675560) is known color: Cosmic. HEX triplet: 67, 55 and 60. RGB value is (103,85,96). Sum of RGB (Red+Green+Blue) = 103+85+96=284 (37% of max value = 765). Red value is 103 (40.62% from 255 or 36.27% from 284); Green value is 85 (33.59% from 255 or 29.93% from 284); Blue value is 96 (37.89% from 255 or 33.80% from 284); Max value from RGB is 103 - color contains mainly: red. Hex color #675560 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #675560 is #98AA9F. Grayscale: #5B5B5B. Windows color (decimal): -10005152 or 6313319. OLE color: 6313319.

HSL color Cylindrical-coordinate representation of color #675560: hue angle of 323.33º degrees, saturation: 0.1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #675560 is Cyan = 0, Magento = 0.17, Yellow = 0.07 and Black (K on CMYK) = 0.60.

Color convert

RGB 103 85 96 -
CMYK 0 0.17 0.07 0.60
HSL 323.33º 0.1% 0.37% -
HSV(B) 323.33º 0.17% 0.4% -
XYZ 10.95 10.23 12.46 -
YUV 91.64 130.46 136.11 -
System Red Green Blue C M Y K H S L
Decimal 103 85 96 0 0.17 0.07 0.60 323.33 0.1 0.37
Hex 67 55 60 0 11 7 3C 143 A 25
Octal 147 125 140 0 21 7 74 503 12 45
Binary 1100111 1010101 1100000 0 10001 111 111100 101000011 1010 100101

Color Harmonies of #675560

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #675560

Black with #675560

Text Example


Text Example

White with #675560

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #675560; }

 p { color: rgb(103,85,96); }

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

background-color css

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

 a { background-color: rgb(103,85,96); }

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

border-color css

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

 span { border-color: rgb(103,85,96); }

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