Html Css Color HEX #666388 Kimberly

📋 copy color: '#666388'

red 102 ◦ green 99 ◦ blue 136

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

Shades of Kimberly #666388

Tints of Kimberly #666388

RGB

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

 GREEN value IS 99 (39.06% from 255) = 29.38%

 BLUE value IS 136 (53.52% from 255) = 40.36%

R = 30.27%
G = 29.38%
B = 40.36%

CMYK

 C value IS 0.25

 M value IS 0.27

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#666388 (or 0x666388) is known color: Kimberly. HEX triplet: 66, 63 and 88. RGB value is (102,99,136). Sum of RGB (Red+Green+Blue) = 102+99+136=337 (44% of max value = 765). Red value is 102 (40.23% from 255 or 30.27% from 337); Green value is 99 (39.06% from 255 or 29.38% from 337); Blue value is 136 (53.52% from 255 or 40.36% from 337); Max value from RGB is 136 - color contains mainly: blue. Hex color #666388 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #666388 is #999C77. Grayscale: #676767. Windows color (decimal): -10067064 or 8938342. OLE color: 8938342.

HSL color Cylindrical-coordinate representation of color #666388: hue angle of 244.86º degrees, saturation: 0.16, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #666388 is Cyan = 0.25, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 102 99 136 -
CMYK 0.25 0.27 0 0.47
HSL 244.86º 0.16% 0.46% -
HSV(B) 244.86º 0.27% 0.53% -
XYZ 14.39 13.53 25.15 -
YUV 104.12 145.99 126.49 -
System Red Green Blue C M Y K H S L
Decimal 102 99 136 0.25 0.27 0 0.47 244.86 0.16 0.46
Hex 66 63 88 19 1B 0 2F F5 10 2E
Octal 146 143 210 31 33 0 57 365 20 56
Binary 1100110 1100011 10001000 11001 11011 0 101111 11110101 10000 101110

Color Harmonies of #666388

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #666388

Black with #666388

Text Example


Text Example

White with #666388

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #666388; }

 p { color: rgb(102,99,136); }

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

background-color css

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

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

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

border-color css

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

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

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