Html Css Color HEX #6B6D7C Comet

📋 copy color: '#6B6D7C'

red 107 ◦ green 109 ◦ blue 124

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

Shades of Comet #6B6D7C

Tints of Comet #6B6D7C

RGB

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

 GREEN value IS 109 (42.97% from 255) = 32.06%

 BLUE value IS 124 (48.83% from 255) = 36.47%

R = 31.47%
G = 32.06%
B = 36.47%

CMYK

 C value IS 0.14

 M value IS 0.12

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#6B6D7C (or 0x6B6D7C) is known color: Comet. HEX triplet: 6B, 6D and 7C. RGB value is (107,109,124). Sum of RGB (Red+Green+Blue) = 107+109+124=340 (45% of max value = 765). Red value is 107 (42.19% from 255 or 31.47% from 340); Green value is 109 (42.97% from 255 or 32.06% from 340); Blue value is 124 (48.83% from 255 or 36.47% from 340); Max value from RGB is 124 - color contains mainly: blue. Hex color #6B6D7C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B6D7C is #949283. Grayscale: #6E6E6E. Windows color (decimal): -9736836 or 8154475. OLE color: 8154475.

HSL color Cylindrical-coordinate representation of color #6B6D7C: hue angle of 232.94º degrees, saturation: 0.07, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #6B6D7C is Cyan = 0.14, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 107 109 124 -
CMYK 0.14 0.12 0 0.51
HSL 232.94º 0.07% 0.45% -
HSV(B) 232.94º 0.14% 0.49% -
XYZ 15.17 15.52 21.26 -
YUV 110.11 135.84 125.78 -
System Red Green Blue C M Y K H S L
Decimal 107 109 124 0.14 0.12 0 0.51 232.94 0.07 0.45
Hex 6B 6D 7C E C 0 33 E9 7 2D
Octal 153 155 174 16 14 0 63 351 7 55
Binary 1101011 1101101 1111100 1110 1100 0 110011 11101001 111 101101

Color Harmonies of #6B6D7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B6D7C

Black with #6B6D7C

Text Example


Text Example

White with #6B6D7C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,109,124); }

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

background-color css

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

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

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

border-color css

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

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

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