Html Css Color HEX #675660 Cosmic

📋 copy color: '#675660'

red 103 ◦ green 86 ◦ blue 96

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

Shades of Cosmic #675660

Tints of Cosmic #675660

RGB

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

 GREEN value IS 86 (33.98% from 255) = 30.18%

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

R = 36.14%
G = 30.18%
B = 33.68%

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

#675660 (or 0x675660) is known color: Cosmic. HEX triplet: 67, 56 and 60. RGB value is (103,86,96). Sum of RGB (Red+Green+Blue) = 103+86+96=285 (37% of max value = 765). Red value is 103 (40.62% from 255 or 36.14% from 285); Green value is 86 (33.98% from 255 or 30.18% from 285); Blue value is 96 (37.89% from 255 or 33.68% from 285); Max value from RGB is 103 - color contains mainly: red. Hex color #675660 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #675660 is #98A99F. Grayscale: #5C5C5C. Windows color (decimal): -10004896 or 6313575. OLE color: 6313575.

HSL color Cylindrical-coordinate representation of color #675660: hue angle of 324.71º degrees, saturation: 0.09, 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 #675660 is Cyan = 0, Magento = 0.17, Yellow = 0.07 and Black (K on CMYK) = 0.60.

Color convert

RGB 103 86 96 -
CMYK 0 0.17 0.07 0.60
HSL 324.71º 0.09% 0.37% -
HSV(B) 324.71º 0.17% 0.4% -
XYZ 11.03 10.38 12.49 -
YUV 92.22 130.13 135.69 -
System Red Green Blue C M Y K H S L
Decimal 103 86 96 0 0.17 0.07 0.60 324.71 0.09 0.37
Hex 67 56 60 0 11 7 3C 145 9 25
Octal 147 126 140 0 21 7 74 505 11 45
Binary 1100111 1010110 1100000 0 10001 111 111100 101000101 1001 100101

Color Harmonies of #675660

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #675660

Black with #675660

Text Example


Text Example

White with #675660

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #675660; }

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

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

background-color css

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

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

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

border-color css

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

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

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