Html Css Color HEX #6E698E Kimberly

📋 copy color: '#6E698E'

red 110 ◦ green 105 ◦ blue 142

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

Shades of Kimberly #6E698E

Tints of Kimberly #6E698E

RGB

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

 GREEN value IS 105 (41.41% from 255) = 29.41%

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

R = 30.81%
G = 29.41%
B = 39.78%

CMYK

 C value IS 0.23

 M value IS 0.26

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#6E698E (or 0x6E698E) is known color: Kimberly. HEX triplet: 6E, 69 and 8E. RGB value is (110,105,142). Sum of RGB (Red+Green+Blue) = 110+105+142=357 (47% of max value = 765). Red value is 110 (43.36% from 255 or 30.81% from 357); Green value is 105 (41.41% from 255 or 29.41% from 357); Blue value is 142 (55.86% from 255 or 39.78% from 357); Max value from RGB is 142 - color contains mainly: blue. Hex color #6E698E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6E698E is #919671. Grayscale: #6E6E6E. Windows color (decimal): -9541234 or 9333102. OLE color: 9333102.

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

Color convert

RGB 110 105 142 -
CMYK 0.23 0.26 0 0.44
HSL 248.11º 0.15% 0.48% -
HSV(B) 248.11º 0.26% 0.56% -
XYZ 16.36 15.37 27.7 -
YUV 110.71 145.66 127.49 -
System Red Green Blue C M Y K H S L
Decimal 110 105 142 0.23 0.26 0 0.44 248.11 0.15 0.48
Hex 6E 69 8E 17 1A 0 2C F8 F 30
Octal 156 151 216 27 32 0 54 370 17 60
Binary 1101110 1101001 10001110 10111 11010 0 101100 11111000 1111 110000

Color Harmonies of #6E698E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E698E

Black with #6E698E

Text Example


Text Example

White with #6E698E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,105,142); }

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

background-color css

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

 a { background-color: rgb(110,105,142); }

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

border-color css

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

 span { border-color: rgb(110,105,142); }

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