Html Css Color HEX #666685 Comet

📋 copy color: '#666685'

red 102 ◦ green 102 ◦ blue 133

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

Shades of Comet #666685

Tints of Comet #666685

RGB

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

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

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

R = 30.27%
G = 30.27%
B = 39.47%

CMYK

 C value IS 0.23

 M value IS 0.23

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#666685 (or 0x666685) is known color: Comet. HEX triplet: 66, 66 and 85. RGB value is (102,102,133). Sum of RGB (Red+Green+Blue) = 102+102+133=337 (44% of max value = 765). Red value is 102 (40.23% from 255 or 30.27% from 337); Green value is 102 (40.23% from 255 or 30.27% from 337); Blue value is 133 (52.34% from 255 or 39.47% from 337); Max value from RGB is 133 - color contains mainly: blue. Hex color #666685 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #666685 is #99997A. Grayscale: #696969. Windows color (decimal): -10066299 or 8742502. OLE color: 8742502.

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

Color convert

RGB 102 102 133 -
CMYK 0.23 0.23 0 0.48
HSL 240º 0.13% 0.46% -
HSV(B) 240º 0.23% 0.52% -
XYZ 14.46 14.02 24.13 -
YUV 105.53 143.5 125.48 -
System Red Green Blue C M Y K H S L
Decimal 102 102 133 0.23 0.23 0 0.48 240 0.13 0.46
Hex 66 66 85 17 17 0 30 F0 D 2E
Octal 146 146 205 27 27 0 60 360 15 56
Binary 1100110 1100110 10000101 10111 10111 0 110000 11110000 1101 101110

Color Harmonies of #666685

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #666685

Black with #666685

Text Example


Text Example

White with #666685

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #666685; }

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

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

background-color css

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

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

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

border-color css

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

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

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