Html Css Color HEX #6B668D Kimberly

📋 copy color: '#6B668D'

red 107 ◦ green 102 ◦ blue 141

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

Shades of Kimberly #6B668D

Tints of Kimberly #6B668D

RGB

 RED value IS 107 (42.19% from 255) = 30.57%

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

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

R = 30.57%
G = 29.14%
B = 40.29%

CMYK

 C value IS 0.24

 M value IS 0.28

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#6B668D (or 0x6B668D) is known color: Kimberly. HEX triplet: 6B, 66 and 8D. RGB value is (107,102,141). Sum of RGB (Red+Green+Blue) = 107+102+141=350 (46% of max value = 765). Red value is 107 (42.19% from 255 or 30.57% from 350); Green value is 102 (40.23% from 255 or 29.14% from 350); Blue value is 141 (55.47% from 255 or 40.29% from 350); Max value from RGB is 141 - color contains mainly: blue. Hex color #6B668D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6B668D is #949972. Grayscale: #6B6B6B. Windows color (decimal): -9738611 or 9266795. OLE color: 9266795.

HSL color Cylindrical-coordinate representation of color #6B668D: hue angle of 247.69º 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 #6B668D is Cyan = 0.24, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 107 102 141 -
CMYK 0.24 0.28 0 0.45
HSL 247.69º 0.16% 0.48% -
HSV(B) 247.69º 0.28% 0.55% -
XYZ 15.62 14.55 27.18 -
YUV 107.94 146.66 127.33 -
System Red Green Blue C M Y K H S L
Decimal 107 102 141 0.24 0.28 0 0.45 247.69 0.16 0.48
Hex 6B 66 8D 18 1C 0 2D F8 10 30
Octal 153 146 215 30 34 0 55 370 20 60
Binary 1101011 1100110 10001101 11000 11100 0 101101 11111000 10000 110000

Color Harmonies of #6B668D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B668D

Black with #6B668D

Text Example


Text Example

White with #6B668D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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