Html Css Color HEX #66608A Kimberly

📋 copy color: '#66608A'

red 102 ◦ green 96 ◦ blue 138

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

Shades of Kimberly #66608A

Tints of Kimberly #66608A

RGB

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

 GREEN value IS 96 (37.89% from 255) = 28.57%

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

R = 30.36%
G = 28.57%
B = 41.07%

CMYK

 C value IS 0.26

 M value IS 0.30

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#66608A (or 0x66608A) is known color: Kimberly. HEX triplet: 66, 60 and 8A. RGB value is (102,96,138). Sum of RGB (Red+Green+Blue) = 102+96+138=336 (44% of max value = 765). Red value is 102 (40.23% from 255 or 30.36% from 336); Green value is 96 (37.89% from 255 or 28.57% from 336); Blue value is 138 (54.30% from 255 or 41.07% from 336); Max value from RGB is 138 - color contains mainly: blue. Hex color #66608A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #66608A is #999F75. Grayscale: #666666. Windows color (decimal): -10067830 or 9068646. OLE color: 9068646.

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

Color convert

RGB 102 96 138 -
CMYK 0.26 0.30 0 0.46
HSL 248.57º 0.18% 0.46% -
HSV(B) 248.57º 0.3% 0.54% -
XYZ 14.25 13.03 25.81 -
YUV 102.58 147.99 127.58 -
System Red Green Blue C M Y K H S L
Decimal 102 96 138 0.26 0.30 0 0.46 248.57 0.18 0.46
Hex 66 60 8A 1A 1E 0 2E F9 12 2E
Octal 146 140 212 32 36 0 56 371 22 56
Binary 1100110 1100000 10001010 11010 11110 0 101110 11111001 10010 101110

Color Harmonies of #66608A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66608A

Black with #66608A

Text Example


Text Example

White with #66608A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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