Html Css Color HEX #666882 Comet

📋 copy color: '#666882'

red 102 ◦ green 104 ◦ blue 130

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

Shades of Comet #666882

Tints of Comet #666882

RGB

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

 GREEN value IS 104 (41.02% from 255) = 30.95%

 BLUE value IS 130 (51.17% from 255) = 38.69%

R = 30.36%
G = 30.95%
B = 38.69%

CMYK

 C value IS 0.22

 M value IS 0.2

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#666882 (or 0x666882) is known color: Comet. HEX triplet: 66, 68 and 82. RGB value is (102,104,130). Sum of RGB (Red+Green+Blue) = 102+104+130=336 (44% of max value = 765). Red value is 102 (40.23% from 255 or 30.36% from 336); Green value is 104 (41.02% from 255 or 30.95% from 336); Blue value is 130 (51.17% from 255 or 38.69% from 336); Max value from RGB is 130 - color contains mainly: blue. Hex color #666882 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #666882 is #99977D. Grayscale: #6A6A6A. Windows color (decimal): -10065790 or 8546406. OLE color: 8546406.

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

Color convert

RGB 102 104 130 -
CMYK 0.22 0.2 0 0.49
HSL 235.71º 0.12% 0.45% -
HSV(B) 235.71º 0.22% 0.51% -
XYZ 14.46 14.34 23.12 -
YUV 106.37 141.34 124.89 -
System Red Green Blue C M Y K H S L
Decimal 102 104 130 0.22 0.2 0 0.49 235.71 0.12 0.45
Hex 66 68 82 16 14 0 31 EC C 2D
Octal 146 150 202 26 24 0 61 354 14 55
Binary 1100110 1101000 10000010 10110 10100 0 110001 11101100 1100 101101

Color Harmonies of #666882

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #666882

Black with #666882

Text Example


Text Example

White with #666882

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #666882; }

 p { color: rgb(102,104,130); }

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

background-color css

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

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

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

border-color css

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

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

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