Html Css Color HEX #66668C Comet

📋 copy color: '#66668C'

red 102 ◦ green 102 ◦ blue 140

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

Shades of Comet #66668C

Tints of Comet #66668C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 40.7%

R = 29.65%
G = 29.65%
B = 40.7%

CMYK

 C value IS 0.27

 M value IS 0.27

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#66668C (or 0x66668C) is known color: Comet. HEX triplet: 66, 66 and 8C. RGB value is (102,102,140). Sum of RGB (Red+Green+Blue) = 102+102+140=344 (45% of max value = 765). Red value is 102 (40.23% from 255 or 29.65% from 344); Green value is 102 (40.23% from 255 or 29.65% from 344); Blue value is 140 (55.08% from 255 or 40.70% from 344); Max value from RGB is 140 - color contains mainly: blue. Hex color #66668C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #66668C is #999973. Grayscale: #6A6A6A. Windows color (decimal): -10066292 or 9201254. OLE color: 9201254.

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

Color convert

RGB 102 102 140 -
CMYK 0.27 0.27 0 0.45
HSL 240º 0.16% 0.47% -
HSV(B) 240º 0.27% 0.55% -
XYZ 14.96 14.22 26.77 -
YUV 106.33 147 124.91 -
System Red Green Blue C M Y K H S L
Decimal 102 102 140 0.27 0.27 0 0.45 240 0.16 0.47
Hex 66 66 8C 1B 1B 0 2D F0 10 2F
Octal 146 146 214 33 33 0 55 360 20 57
Binary 1100110 1100110 10001100 11011 11011 0 101101 11110000 10000 101111

Color Harmonies of #66668C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66668C

Black with #66668C

Text Example


Text Example

White with #66668C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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