Html Css Color HEX #6B668E Kimberly

📋 copy color: '#6B668E'

red 107 ◦ green 102 ◦ blue 142

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

Shades of Kimberly #6B668E

Tints of Kimberly #6B668E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 40.46%

R = 30.48%
G = 29.06%
B = 40.46%

CMYK

 C value IS 0.25

 M value IS 0.28

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#6B668E (or 0x6B668E) is known color: Kimberly. HEX triplet: 6B, 66 and 8E. RGB value is (107,102,142). Sum of RGB (Red+Green+Blue) = 107+102+142=351 (46% of max value = 765). Red value is 107 (42.19% from 255 or 30.48% from 351); Green value is 102 (40.23% from 255 or 29.06% from 351); Blue value is 142 (55.86% from 255 or 40.46% from 351); Max value from RGB is 142 - color contains mainly: blue. Hex color #6B668E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6B668E is #949971. Grayscale: #6B6B6B. Windows color (decimal): -9738610 or 9332331. OLE color: 9332331.

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

Color convert

RGB 107 102 142 -
CMYK 0.25 0.28 0 0.44
HSL 247.5º 0.16% 0.48% -
HSV(B) 247.5º 0.28% 0.56% -
XYZ 15.7 14.58 27.58 -
YUV 108.06 147.16 127.25 -
System Red Green Blue C M Y K H S L
Decimal 107 102 142 0.25 0.28 0 0.44 247.5 0.16 0.48
Hex 6B 66 8E 19 1C 0 2C F8 10 30
Octal 153 146 216 31 34 0 54 370 20 60
Binary 1101011 1100110 10001110 11001 11100 0 101100 11111000 10000 110000

Color Harmonies of #6B668E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B668E

Black with #6B668E

Text Example


Text Example

White with #6B668E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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