Html Css Color HEX #6E668B Kimberly

📋 copy color: '#6E668B'

red 110 ◦ green 102 ◦ blue 139

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

Shades of Kimberly #6E668B

Tints of Kimberly #6E668B

RGB

 RED value IS 110 (43.36% from 255) = 31.34%

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

 BLUE value IS 139 (54.69% from 255) = 39.6%

R = 31.34%
G = 29.06%
B = 39.6%

CMYK

 C value IS 0.21

 M value IS 0.27

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#6E668B (or 0x6E668B) is known color: Kimberly. HEX triplet: 6E, 66 and 8B. RGB value is (110,102,139). Sum of RGB (Red+Green+Blue) = 110+102+139=351 (46% of max value = 765). Red value is 110 (43.36% from 255 or 31.34% from 351); Green value is 102 (40.23% from 255 or 29.06% from 351); Blue value is 139 (54.69% from 255 or 39.60% from 351); Max value from RGB is 139 - color contains mainly: blue. Hex color #6E668B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6E668B is #919974. Grayscale: #6C6C6C. Windows color (decimal): -9542005 or 9135726. OLE color: 9135726.

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

Color convert

RGB 110 102 139 -
CMYK 0.21 0.27 0 0.45
HSL 252.97º 0.15% 0.47% -
HSV(B) 252.97º 0.27% 0.55% -
XYZ 15.84 14.68 26.43 -
YUV 108.61 145.15 128.99 -
System Red Green Blue C M Y K H S L
Decimal 110 102 139 0.21 0.27 0 0.45 252.97 0.15 0.47
Hex 6E 66 8B 15 1B 0 2D FD F 2F
Octal 156 146 213 25 33 0 55 375 17 57
Binary 1101110 1100110 10001011 10101 11011 0 101101 11111101 1111 101111

Color Harmonies of #6E668B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E668B

Black with #6E668B

Text Example


Text Example

White with #6E668B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,102,139); }

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

background-color css

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

 a { background-color: rgb(110,102,139); }

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

border-color css

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

 span { border-color: rgb(110,102,139); }

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