Html Css Color HEX #6B6B78 Comet

📋 copy color: '#6B6B78'

red 107 ◦ green 107 ◦ blue 120

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

Shades of Comet #6B6B78

Tints of Comet #6B6B78

RGB

 RED value IS 107 (42.19% from 255) = 32.04%

 GREEN value IS 107 (42.19% from 255) = 32.04%

 BLUE value IS 120 (47.27% from 255) = 35.93%

R = 32.04%
G = 32.04%
B = 35.93%

CMYK

 C value IS 0.11

 M value IS 0.11

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#6B6B78 (or 0x6B6B78) is known color: Comet. HEX triplet: 6B, 6B and 78. RGB value is (107,107,120). Sum of RGB (Red+Green+Blue) = 107+107+120=334 (44% of max value = 765). Red value is 107 (42.19% from 255 or 32.04% from 334); Green value is 107 (42.19% from 255 or 32.04% from 334); Blue value is 120 (47.27% from 255 or 35.93% from 334); Max value from RGB is 120 - color contains mainly: blue. Hex color #6B6B78 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B6B78 is #949487. Grayscale: #6C6C6C. Windows color (decimal): -9737352 or 7891819. OLE color: 7891819.

HSL color Cylindrical-coordinate representation of color #6B6B78: hue angle of 240º degrees, saturation: 0.06, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #6B6B78 is Cyan = 0.11, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 107 107 120 -
CMYK 0.11 0.11 0 0.53
HSL 240º 0.06% 0.45% -
HSV(B) 240º 0.11% 0.47% -
XYZ 14.71 15 19.89 -
YUV 108.48 134.5 126.94 -
System Red Green Blue C M Y K H S L
Decimal 107 107 120 0.11 0.11 0 0.53 240 0.06 0.45
Hex 6B 6B 78 B B 0 35 F0 6 2D
Octal 153 153 170 13 13 0 65 360 6 55
Binary 1101011 1101011 1111000 1011 1011 0 110101 11110000 110 101101

Color Harmonies of #6B6B78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B6B78

Black with #6B6B78

Text Example


Text Example

White with #6B6B78

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,107,120); }

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

background-color css

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

 a { background-color: rgb(107,107,120); }

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

border-color css

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

 span { border-color: rgb(107,107,120); }

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