Html Css Color HEX #66648E Kimberly

📋 copy color: '#66648E'

red 102 ◦ green 100 ◦ blue 142

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

Shades of Kimberly #66648E

Tints of Kimberly #66648E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 41.28%

R = 29.65%
G = 29.07%
B = 41.28%

CMYK

 C value IS 0.28

 M value IS 0.30

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#66648E (or 0x66648E) is known color: Kimberly. HEX triplet: 66, 64 and 8E. RGB value is (102,100,142). Sum of RGB (Red+Green+Blue) = 102+100+142=344 (45% of max value = 765). Red value is 102 (40.23% from 255 or 29.65% from 344); Green value is 100 (39.45% from 255 or 29.07% from 344); Blue value is 142 (55.86% from 255 or 41.28% from 344); Max value from RGB is 142 - color contains mainly: blue. Hex color #66648E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #66648E is #999B71. Grayscale: #696969. Windows color (decimal): -10066802 or 9331814. OLE color: 9331814.

HSL color Cylindrical-coordinate representation of color #66648E: hue angle of 242.86º degrees, saturation: 0.17, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #66648E is Cyan = 0.28, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 102 100 142 -
CMYK 0.28 0.30 0 0.44
HSL 242.86º 0.17% 0.47% -
HSV(B) 242.86º 0.3% 0.56% -
XYZ 14.92 13.89 27.49 -
YUV 105.39 148.66 125.58 -
System Red Green Blue C M Y K H S L
Decimal 102 100 142 0.28 0.30 0 0.44 242.86 0.17 0.47
Hex 66 64 8E 1C 1E 0 2C F3 11 2F
Octal 146 144 216 34 36 0 54 363 21 57
Binary 1100110 1100100 10001110 11100 11110 0 101100 11110011 10001 101111

Color Harmonies of #66648E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66648E

Black with #66648E

Text Example


Text Example

White with #66648E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #66648E; }

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

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

background-color css

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

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

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

border-color css

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

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

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