Html Css Color HEX #666382 Comet

📋 copy color: '#666382'

red 102 ◦ green 99 ◦ blue 130

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

Shades of Comet #666382

Tints of Comet #666382

RGB

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

 GREEN value IS 99 (39.06% from 255) = 29.91%

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

R = 30.82%
G = 29.91%
B = 39.27%

CMYK

 C value IS 0.22

 M value IS 0.24

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#666382 (or 0x666382) is known color: Comet. HEX triplet: 66, 63 and 82. RGB value is (102,99,130). Sum of RGB (Red+Green+Blue) = 102+99+130=331 (43% of max value = 765). Red value is 102 (40.23% from 255 or 30.82% from 331); Green value is 99 (39.06% from 255 or 29.91% from 331); Blue value is 130 (51.17% from 255 or 39.27% from 331); Max value from RGB is 130 - color contains mainly: blue. Hex color #666382 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #666382 is #999C7D. Grayscale: #676767. Windows color (decimal): -10067070 or 8545126. OLE color: 8545126.

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

Color convert

RGB 102 99 130 -
CMYK 0.22 0.24 0 0.49
HSL 245.81º 0.14% 0.45% -
HSV(B) 245.81º 0.24% 0.51% -
XYZ 13.97 13.36 22.96 -
YUV 103.43 142.99 126.98 -
System Red Green Blue C M Y K H S L
Decimal 102 99 130 0.22 0.24 0 0.49 245.81 0.14 0.45
Hex 66 63 82 16 18 0 31 F6 E 2D
Octal 146 143 202 26 30 0 61 366 16 55
Binary 1100110 1100011 10000010 10110 11000 0 110001 11110110 1110 101101

Color Harmonies of #666382

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #666382

Black with #666382

Text Example


Text Example

White with #666382

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #666382; }

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

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

background-color css

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

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

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

border-color css

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

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

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