Html Css Color HEX #66628A Kimberly

📋 copy color: '#66628A'

red 102 ◦ green 98 ◦ blue 138

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

Shades of Kimberly #66628A

Tints of Kimberly #66628A

RGB

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

 GREEN value IS 98 (38.67% from 255) = 28.99%

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

R = 30.18%
G = 28.99%
B = 40.83%

CMYK

 C value IS 0.26

 M value IS 0.29

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#66628A (or 0x66628A) is known color: Kimberly. HEX triplet: 66, 62 and 8A. RGB value is (102,98,138). Sum of RGB (Red+Green+Blue) = 102+98+138=338 (44% of max value = 765). Red value is 102 (40.23% from 255 or 30.18% from 338); Green value is 98 (38.67% from 255 or 28.99% from 338); Blue value is 138 (54.30% from 255 or 40.83% from 338); Max value from RGB is 138 - color contains mainly: blue. Hex color #66628A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #66628A is #999D75. Grayscale: #676767. Windows color (decimal): -10067318 or 9069158. OLE color: 9069158.

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

Color convert

RGB 102 98 138 -
CMYK 0.26 0.29 0 0.46
HSL 246º 0.17% 0.46% -
HSV(B) 246º 0.29% 0.54% -
XYZ 14.43 13.4 25.87 -
YUV 103.76 147.33 126.75 -
System Red Green Blue C M Y K H S L
Decimal 102 98 138 0.26 0.29 0 0.46 246 0.17 0.46
Hex 66 62 8A 1A 1D 0 2E F6 11 2E
Octal 146 142 212 32 35 0 56 366 21 56
Binary 1100110 1100010 10001010 11010 11101 0 101110 11110110 10001 101110

Color Harmonies of #66628A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66628A

Black with #66628A

Text Example


Text Example

White with #66628A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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