Html Css Color HEX #66668A Comet

📋 copy color: '#66668A'

red 102 ◦ green 102 ◦ blue 138

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

Shades of Comet #66668A

Tints of Comet #66668A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 40.35%

R = 29.82%
G = 29.82%
B = 40.35%

CMYK

 C value IS 0.26

 M value IS 0.26

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#66668A (or 0x66668A) is known color: Comet. HEX triplet: 66, 66 and 8A. RGB value is (102,102,138). Sum of RGB (Red+Green+Blue) = 102+102+138=342 (45% of max value = 765). Red value is 102 (40.23% from 255 or 29.82% from 342); Green value is 102 (40.23% from 255 or 29.82% from 342); Blue value is 138 (54.30% from 255 or 40.35% from 342); Max value from RGB is 138 - color contains mainly: blue. Hex color #66668A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #66668A is #999975. Grayscale: #696969. Windows color (decimal): -10066294 or 9070182. OLE color: 9070182.

HSL color Cylindrical-coordinate representation of color #66668A: hue angle of 240º degrees, saturation: 0.15, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #66668A is Cyan = 0.26, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 102 102 138 -
CMYK 0.26 0.26 0 0.46
HSL 240º 0.15% 0.47% -
HSV(B) 240º 0.26% 0.54% -
XYZ 14.82 14.16 26 -
YUV 106.1 146 125.07 -
System Red Green Blue C M Y K H S L
Decimal 102 102 138 0.26 0.26 0 0.46 240 0.15 0.47
Hex 66 66 8A 1A 1A 0 2E F0 F 2F
Octal 146 146 212 32 32 0 56 360 17 57
Binary 1100110 1100110 10001010 11010 11010 0 101110 11110000 1111 101111

Color Harmonies of #66668A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66668A

Black with #66668A

Text Example


Text Example

White with #66668A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #66668A; }

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

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

background-color css

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

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

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

border-color css

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

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

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