Html Css Color HEX #666387 Kimberly

📋 copy color: '#666387'

red 102 ◦ green 99 ◦ blue 135

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

Shades of Kimberly #666387

Tints of Kimberly #666387

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 40.18%

R = 30.36%
G = 29.46%
B = 40.18%

CMYK

 C value IS 0.24

 M value IS 0.27

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#666387 (or 0x666387) is known color: Kimberly. HEX triplet: 66, 63 and 87. RGB value is (102,99,135). Sum of RGB (Red+Green+Blue) = 102+99+135=336 (44% of max value = 765). Red value is 102 (40.23% from 255 or 30.36% from 336); Green value is 99 (39.06% from 255 or 29.46% from 336); Blue value is 135 (53.12% from 255 or 40.18% from 336); Max value from RGB is 135 - color contains mainly: blue. Hex color #666387 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #666387 is #999C78. Grayscale: #676767. Windows color (decimal): -10067065 or 8872806. OLE color: 8872806.

HSL color Cylindrical-coordinate representation of color #666387: hue angle of 245º degrees, saturation: 0.15, 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 #666387 is Cyan = 0.24, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 102 99 135 -
CMYK 0.24 0.27 0 0.47
HSL 245º 0.15% 0.46% -
HSV(B) 245º 0.27% 0.53% -
XYZ 14.31 13.5 24.77 -
YUV 104 145.49 126.57 -
System Red Green Blue C M Y K H S L
Decimal 102 99 135 0.24 0.27 0 0.47 245 0.15 0.46
Hex 66 63 87 18 1B 0 2F F5 F 2E
Octal 146 143 207 30 33 0 57 365 17 56
Binary 1100110 1100011 10000111 11000 11011 0 101111 11110101 1111 101110

Color Harmonies of #666387

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #666387

Black with #666387

Text Example


Text Example

White with #666387

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #666387; }

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

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

background-color css

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

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

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

border-color css

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

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

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