Html Css Color HEX #666483 Comet

📋 copy color: '#666483'

red 102 ◦ green 100 ◦ blue 131

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

Shades of Comet #666483

Tints of Comet #666483

RGB

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

 GREEN value IS 100 (39.45% from 255) = 30.03%

 BLUE value IS 131 (51.56% from 255) = 39.34%

R = 30.63%
G = 30.03%
B = 39.34%

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

#666483 (or 0x666483) is known color: Comet. HEX triplet: 66, 64 and 83. RGB value is (102,100,131). Sum of RGB (Red+Green+Blue) = 102+100+131=333 (44% of max value = 765). Red value is 102 (40.23% from 255 or 30.63% from 333); Green value is 100 (39.45% from 255 or 30.03% from 333); Blue value is 131 (51.56% from 255 or 39.34% from 333); Max value from RGB is 131 - color contains mainly: blue. Hex color #666483 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #666483 is #999B7C. Grayscale: #686868. Windows color (decimal): -10066813 or 8610918. OLE color: 8610918.

HSL color Cylindrical-coordinate representation of color #666483: hue angle of 243.87º degrees, saturation: 0.13, 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 #666483 is Cyan = 0.22, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 102 100 131 -
CMYK 0.22 0.24 0 0.49
HSL 243.87º 0.13% 0.45% -
HSV(B) 243.87º 0.24% 0.51% -
XYZ 14.13 13.58 23.35 -
YUV 104.13 143.16 126.48 -
System Red Green Blue C M Y K H S L
Decimal 102 100 131 0.22 0.24 0 0.49 243.87 0.13 0.45
Hex 66 64 83 16 18 0 31 F4 D 2D
Octal 146 144 203 26 30 0 61 364 15 55
Binary 1100110 1100100 10000011 10110 11000 0 110001 11110100 1101 101101

Color Harmonies of #666483

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #666483

Black with #666483

Text Example


Text Example

White with #666483

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #666483; }

 p { color: rgb(102,100,131); }

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

background-color css

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

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

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

border-color css

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

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

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