Html Css Color HEX #6B6D7E Comet

📋 copy color: '#6B6D7E'

red 107 ◦ green 109 ◦ blue 126

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

Shades of Comet #6B6D7E

Tints of Comet #6B6D7E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 36.84%

R = 31.29%
G = 31.87%
B = 36.84%

CMYK

 C value IS 0.15

 M value IS 0.13

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#6B6D7E (or 0x6B6D7E) is known color: Comet. HEX triplet: 6B, 6D and 7E. RGB value is (107,109,126). Sum of RGB (Red+Green+Blue) = 107+109+126=342 (45% of max value = 765). Red value is 107 (42.19% from 255 or 31.29% from 342); Green value is 109 (42.97% from 255 or 31.87% from 342); Blue value is 126 (49.61% from 255 or 36.84% from 342); Max value from RGB is 126 - color contains mainly: blue. Hex color #6B6D7E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B6D7E is #949281. Grayscale: #6E6E6E. Windows color (decimal): -9736834 or 8285547. OLE color: 8285547.

HSL color Cylindrical-coordinate representation of color #6B6D7E: hue angle of 233.68º degrees, saturation: 0.08, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #6B6D7E is Cyan = 0.15, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 107 109 126 -
CMYK 0.15 0.13 0 0.51
HSL 233.68º 0.08% 0.46% -
HSV(B) 233.68º 0.15% 0.49% -
XYZ 15.3 15.57 21.94 -
YUV 110.34 136.84 125.62 -
System Red Green Blue C M Y K H S L
Decimal 107 109 126 0.15 0.13 0 0.51 233.68 0.08 0.46
Hex 6B 6D 7E F D 0 33 EA 8 2E
Octal 153 155 176 17 15 0 63 352 10 56
Binary 1101011 1101101 1111110 1111 1101 0 110011 11101010 1000 101110

Color Harmonies of #6B6D7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B6D7E

Black with #6B6D7E

Text Example


Text Example

White with #6B6D7E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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