Html Css Color HEX #66638C Kimberly

📋 copy color: '#66638C'

red 102 ◦ green 99 ◦ blue 140

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

Shades of Kimberly #66638C

Tints of Kimberly #66638C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 41.06%

R = 29.91%
G = 29.03%
B = 41.06%

CMYK

 C value IS 0.27

 M value IS 0.29

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#66638C (or 0x66638C) is known color: Kimberly. HEX triplet: 66, 63 and 8C. RGB value is (102,99,140). Sum of RGB (Red+Green+Blue) = 102+99+140=341 (45% of max value = 765). Red value is 102 (40.23% from 255 or 29.91% from 341); Green value is 99 (39.06% from 255 or 29.03% from 341); Blue value is 140 (55.08% from 255 or 41.06% from 341); Max value from RGB is 140 - color contains mainly: blue. Hex color #66638C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #66638C is #999C73. Grayscale: #686868. Windows color (decimal): -10067060 or 9200486. OLE color: 9200486.

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

Color convert

RGB 102 99 140 -
CMYK 0.27 0.29 0 0.45
HSL 244.39º 0.17% 0.47% -
HSV(B) 244.39º 0.29% 0.55% -
XYZ 14.67 13.64 26.67 -
YUV 104.57 147.99 126.17 -
System Red Green Blue C M Y K H S L
Decimal 102 99 140 0.27 0.29 0 0.45 244.39 0.17 0.47
Hex 66 63 8C 1B 1D 0 2D F4 11 2F
Octal 146 143 214 33 35 0 55 364 21 57
Binary 1100110 1100011 10001100 11011 11101 0 101101 11110100 10001 101111

Color Harmonies of #66638C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66638C

Black with #66638C

Text Example


Text Example

White with #66638C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #66638C; }

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

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

background-color css

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

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

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

border-color css

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

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

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