Html Css Color HEX #666485 Comet

📋 copy color: '#666485'

red 102 ◦ green 100 ◦ blue 133

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

Shades of Comet #666485

Tints of Comet #666485

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 39.7%

R = 30.45%
G = 29.85%
B = 39.7%

CMYK

 C value IS 0.23

 M value IS 0.25

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#666485 (or 0x666485) is known color: Comet. HEX triplet: 66, 64 and 85. RGB value is (102,100,133). Sum of RGB (Red+Green+Blue) = 102+100+133=335 (44% of max value = 765). Red value is 102 (40.23% from 255 or 30.45% from 335); Green value is 100 (39.45% from 255 or 29.85% from 335); Blue value is 133 (52.34% from 255 or 39.70% from 335); Max value from RGB is 133 - color contains mainly: blue. Hex color #666485 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #666485 is #999B7A. Grayscale: #686868. Windows color (decimal): -10066811 or 8741990. OLE color: 8741990.

HSL color Cylindrical-coordinate representation of color #666485: hue angle of 243.64º degrees, saturation: 0.14, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #666485 is Cyan = 0.23, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 102 100 133 -
CMYK 0.23 0.25 0 0.48
HSL 243.64º 0.14% 0.46% -
HSV(B) 243.64º 0.25% 0.52% -
XYZ 14.27 13.63 24.07 -
YUV 104.36 144.16 126.32 -
System Red Green Blue C M Y K H S L
Decimal 102 100 133 0.23 0.25 0 0.48 243.64 0.14 0.46
Hex 66 64 85 17 19 0 30 F4 E 2E
Octal 146 144 205 27 31 0 60 364 16 56
Binary 1100110 1100100 10000101 10111 11001 0 110000 11110100 1110 101110

Color Harmonies of #666485

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #666485

Black with #666485

Text Example


Text Example

White with #666485

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #666485; }

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

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

background-color css

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

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

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

border-color css

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

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

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