Html Css Color HEX #66668D Comet

📋 copy color: '#66668D'

red 102 ◦ green 102 ◦ blue 141

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

Shades of Comet #66668D

Tints of Comet #66668D

RGB

 RED value IS 102 (40.23% from 255) = 29.57%

 GREEN value IS 102 (40.23% from 255) = 29.57%

 BLUE value IS 141 (55.47% from 255) = 40.87%

R = 29.57%
G = 29.57%
B = 40.87%

CMYK

 C value IS 0.28

 M value IS 0.28

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#66668D (or 0x66668D) is known color: Comet. HEX triplet: 66, 66 and 8D. RGB value is (102,102,141). Sum of RGB (Red+Green+Blue) = 102+102+141=345 (45% of max value = 765). Red value is 102 (40.23% from 255 or 29.57% from 345); Green value is 102 (40.23% from 255 or 29.57% from 345); Blue value is 141 (55.47% from 255 or 40.87% from 345); Max value from RGB is 141 - color contains mainly: blue. Hex color #66668D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #66668D is #999972. Grayscale: #6A6A6A. Windows color (decimal): -10066291 or 9266790. OLE color: 9266790.

HSL color Cylindrical-coordinate representation of color #66668D: hue angle of 240º degrees, saturation: 0.16, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #66668D is Cyan = 0.28, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 102 102 141 -
CMYK 0.28 0.28 0 0.45
HSL 240º 0.16% 0.48% -
HSV(B) 240º 0.28% 0.55% -
XYZ 15.04 14.25 27.16 -
YUV 106.45 147.5 124.83 -
System Red Green Blue C M Y K H S L
Decimal 102 102 141 0.28 0.28 0 0.45 240 0.16 0.48
Hex 66 66 8D 1C 1C 0 2D F0 10 30
Octal 146 146 215 34 34 0 55 360 20 60
Binary 1100110 1100110 10001101 11100 11100 0 101101 11110000 10000 110000

Color Harmonies of #66668D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66668D

Black with #66668D

Text Example


Text Example

White with #66668D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #66668D; }

 p { color: rgb(102,102,141); }

 H1.HeaderClassName
 {
   color: #66668D;
 }
 .AnyTagClassName
 {
   color: #66668D;
 }
</style>

background-color css

<style>
 a { background-color: #66668D; }

 a { background-color: rgb(102,102,141); }

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

border-color css

<style>
 span { border-color: #66668D; }

 span { border-color: rgb(102,102,141); }

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