Html Css Color HEX #6A6C7F Comet

📋 copy color: '#6A6C7F'

red 106 ◦ green 108 ◦ blue 127

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

Shades of Comet #6A6C7F

Tints of Comet #6A6C7F

RGB

 RED value IS 106 (41.8% from 255) = 31.09%

 GREEN value IS 108 (42.58% from 255) = 31.67%

 BLUE value IS 127 (50% from 255) = 37.24%

R = 31.09%
G = 31.67%
B = 37.24%

CMYK

 C value IS 0.17

 M value IS 0.15

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#6A6C7F (or 0x6A6C7F) is known color: Comet. HEX triplet: 6A, 6C and 7F. RGB value is (106,108,127). Sum of RGB (Red+Green+Blue) = 106+108+127=341 (45% of max value = 765). Red value is 106 (41.80% from 255 or 31.09% from 341); Green value is 108 (42.58% from 255 or 31.67% from 341); Blue value is 127 (50% from 255 or 37.24% from 341); Max value from RGB is 127 - color contains mainly: blue. Hex color #6A6C7F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6A6C7F is #959380. Grayscale: #6D6D6D. Windows color (decimal): -9802625 or 8350826. OLE color: 8350826.

HSL color Cylindrical-coordinate representation of color #6A6C7F: hue angle of 234.29º degrees, saturation: 0.09, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #6A6C7F is Cyan = 0.17, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 106 108 127 -
CMYK 0.17 0.15 0 0.50
HSL 234.29º 0.09% 0.46% -
HSV(B) 234.29º 0.17% 0.5% -
XYZ 15.14 15.32 22.24 -
YUV 109.57 137.84 125.46 -
System Red Green Blue C M Y K H S L
Decimal 106 108 127 0.17 0.15 0 0.50 234.29 0.09 0.46
Hex 6A 6C 7F 11 F 0 32 EA 9 2E
Octal 152 154 177 21 17 0 62 352 11 56
Binary 1101010 1101100 1111111 10001 1111 0 110010 11101010 1001 101110

Color Harmonies of #6A6C7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A6C7F

Black with #6A6C7F

Text Example


Text Example

White with #6A6C7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,108,127); }

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

background-color css

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

 a { background-color: rgb(106,108,127); }

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

border-color css

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

 span { border-color: rgb(106,108,127); }

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