Html Css Color HEX #6C668D Kimberly

📋 copy color: '#6C668D'

red 108 ◦ green 102 ◦ blue 141

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

Shades of Kimberly #6C668D

Tints of Kimberly #6C668D

RGB

 RED value IS 108 (42.58% from 255) = 30.77%

 GREEN value IS 102 (40.23% from 255) = 29.06%

 BLUE value IS 141 (55.47% from 255) = 40.17%

R = 30.77%
G = 29.06%
B = 40.17%

CMYK

 C value IS 0.23

 M value IS 0.28

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#6C668D (or 0x6C668D) is known color: Kimberly. HEX triplet: 6C, 66 and 8D. RGB value is (108,102,141). Sum of RGB (Red+Green+Blue) = 108+102+141=351 (46% of max value = 765). Red value is 108 (42.58% from 255 or 30.77% from 351); Green value is 102 (40.23% from 255 or 29.06% from 351); Blue value is 141 (55.47% from 255 or 40.17% from 351); Max value from RGB is 141 - color contains mainly: blue. Hex color #6C668D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6C668D is #939972. Grayscale: #6C6C6C. Windows color (decimal): -9673075 or 9266796. OLE color: 9266796.

HSL color Cylindrical-coordinate representation of color #6C668D: hue angle of 249.23º degrees, saturation: 0.16, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #6C668D is Cyan = 0.23, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 108 102 141 -
CMYK 0.23 0.28 0 0.45
HSL 249.23º 0.16% 0.48% -
HSV(B) 249.23º 0.28% 0.55% -
XYZ 15.74 14.61 27.19 -
YUV 108.24 146.49 127.83 -
System Red Green Blue C M Y K H S L
Decimal 108 102 141 0.23 0.28 0 0.45 249.23 0.16 0.48
Hex 6C 66 8D 17 1C 0 2D F9 10 30
Octal 154 146 215 27 34 0 55 371 20 60
Binary 1101100 1100110 10001101 10111 11100 0 101101 11111001 10000 110000

Color Harmonies of #6C668D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C668D

Black with #6C668D

Text Example


Text Example

White with #6C668D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6C668D; }

 p { color: rgb(108,102,141); }

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

background-color css

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

 a { background-color: rgb(108,102,141); }

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

border-color css

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

 span { border-color: rgb(108,102,141); }

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