Html Css Color HEX #66648B Kimberly

📋 copy color: '#66648B'

red 102 ◦ green 100 ◦ blue 139

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

Shades of Kimberly #66648B

Tints of Kimberly #66648B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 40.76%

R = 29.91%
G = 29.33%
B = 40.76%

CMYK

 C value IS 0.27

 M value IS 0.28

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#66648B (or 0x66648B) is known color: Kimberly. HEX triplet: 66, 64 and 8B. RGB value is (102,100,139). Sum of RGB (Red+Green+Blue) = 102+100+139=341 (45% of max value = 765). Red value is 102 (40.23% from 255 or 29.91% from 341); Green value is 100 (39.45% from 255 or 29.33% from 341); Blue value is 139 (54.69% from 255 or 40.76% from 341); Max value from RGB is 139 - color contains mainly: blue. Hex color #66648B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #66648B is #999B74. Grayscale: #686868. Windows color (decimal): -10066805 or 9135206. OLE color: 9135206.

HSL color Cylindrical-coordinate representation of color #66648B: hue angle of 243.08º degrees, saturation: 0.16, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #66648B is Cyan = 0.27, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 102 100 139 -
CMYK 0.27 0.28 0 0.45
HSL 243.08º 0.16% 0.47% -
HSV(B) 243.08º 0.28% 0.55% -
XYZ 14.7 13.8 26.32 -
YUV 105.04 147.16 125.83 -
System Red Green Blue C M Y K H S L
Decimal 102 100 139 0.27 0.28 0 0.45 243.08 0.16 0.47
Hex 66 64 8B 1B 1C 0 2D F3 10 2F
Octal 146 144 213 33 34 0 55 363 20 57
Binary 1100110 1100100 10001011 11011 11100 0 101101 11110011 10000 101111

Color Harmonies of #66648B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66648B

Black with #66648B

Text Example


Text Example

White with #66648B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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