Html Css Color HEX #6C102F Claret

📋 copy color: '#6C102F'

red 108 ◦ green 16 ◦ blue 47

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

Shades of Claret #6C102F

Tints of Claret #6C102F

RGB

 RED value IS 108 (42.58% from 255) = 63.16%

 GREEN value IS 16 (6.64% from 255) = 9.36%

 BLUE value IS 47 (18.75% from 255) = 27.49%

R = 63.16%
G = 9.36%
B = 27.49%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.56

 K value IS 0.58

RGB Variations

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

Color information

#6C102F (or 0x6C102F) is known color: Claret. HEX triplet: 6C, 10 and 2F. RGB value is (108,16,47). Sum of RGB (Red+Green+Blue) = 108+16+47=171 (22% of max value = 765). Red value is 108 (42.58% from 255 or 63.16% from 171); Green value is 16 (6.64% from 255 or 9.36% from 171); Blue value is 47 (18.75% from 255 or 27.49% from 171); Max value from RGB is 108 - color contains mainly: red. Hex color #6C102F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6C102F is #93EFD0. Grayscale: #2F2F2F. Windows color (decimal): -9695185 or 3084396. OLE color: 3084396.

HSL color Cylindrical-coordinate representation of color #6C102F: hue angle of 339.78º degrees, saturation: 0.74, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #6C102F is Cyan = 0, Magento = 0.85, Yellow = 0.56 and Black (K on CMYK) = 0.58.

Color convert

RGB 108 16 47 -
CMYK 0 0.85 0.56 0.58
HSL 339.78º 0.74% 0.24% -
HSV(B) 339.78º 0.85% 0.42% -
XYZ 6.88 3.76 3.05 -
YUV 47.04 127.98 171.48 -
System Red Green Blue C M Y K H S L
Decimal 108 16 47 0 0.85 0.56 0.58 339.78 0.74 0.24
Hex 6C 10 2F 0 55 38 3A 154 4A 18
Octal 154 20 57 0 125 70 72 524 112 30
Binary 1101100 10000 101111 0 1010101 111000 111010 101010100 1001010 11000

Color Harmonies of #6C102F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C102F

Black with #6C102F

Text Example


Text Example

White with #6C102F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6C102F; }

 p { color: rgb(108,16,47); }

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

background-color css

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

 a { background-color: rgb(108,16,47); }

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

border-color css

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

 span { border-color: rgb(108,16,47); }

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