Html Css Color HEX #C60668 Ruby

📋 copy color: '#C60668'

red 198 ◦ green 6 ◦ blue 104

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

Shades of Ruby #C60668

Tints of Ruby #C60668

RGB

 RED value IS 198 (77.73% from 255) = 64.29%

 GREEN value IS 6 (2.73% from 255) = 1.95%

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

R = 64.29%
G = 1.95%
B = 33.77%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.47

 K value IS 0.22

RGB Variations

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

Color information

#C60668 (or 0xC60668) is known color: Ruby. HEX triplet: C6, 06 and 68. RGB value is (198,6,104). Sum of RGB (Red+Green+Blue) = 198+6+104=308 (40% of max value = 765). Red value is 198 (77.73% from 255 or 64.29% from 308); Green value is 6 (2.73% from 255 or 1.95% from 308); Blue value is 104 (41.02% from 255 or 33.77% from 308); Max value from RGB is 198 - color contains mainly: red. Hex color #C60668 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C60668 is #39F997. Grayscale: #4A4A4A. Windows color (decimal): -3799448 or 6817478. OLE color: 6817478.

HSL color Cylindrical-coordinate representation of color #C60668: hue angle of 329.38º degrees, saturation: 0.94, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C60668 is Cyan = 0, Magento = 0.97, Yellow = 0.47 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 6 104 -
CMYK 0 0.97 0.47 0.22
HSL 329.38º 0.94% 0.4% -
HSV(B) 329.38º 0.97% 0.78% -
XYZ 25.85 13.14 14.27 -
YUV 74.58 144.61 216.03 -
System Red Green Blue C M Y K H S L
Decimal 198 6 104 0 0.97 0.47 0.22 329.38 0.94 0.4
Hex C6 6 68 0 61 2F 16 149 5E 28
Octal 306 6 150 0 141 57 26 511 136 50
Binary 11000110 110 1101000 0 1100001 101111 10110 101001001 1011110 101000

Color Harmonies of #C60668

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C60668

Black with #C60668

Text Example


Text Example

White with #C60668

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C60668; }

 p { color: rgb(198,6,104); }

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

background-color css

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

 a { background-color: rgb(198,6,104); }

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

border-color css

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

 span { border-color: rgb(198,6,104); }

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