Html Css Color HEX #6E6789 Kimberly

📋 copy color: '#6E6789'

red 110 ◦ green 103 ◦ blue 137

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

Shades of Kimberly #6E6789

Tints of Kimberly #6E6789

RGB

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

 GREEN value IS 103 (40.63% from 255) = 29.43%

 BLUE value IS 137 (53.91% from 255) = 39.14%

R = 31.43%
G = 29.43%
B = 39.14%

CMYK

 C value IS 0.20

 M value IS 0.25

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#6E6789 (or 0x6E6789) is known color: Kimberly. HEX triplet: 6E, 67 and 89. RGB value is (110,103,137). Sum of RGB (Red+Green+Blue) = 110+103+137=350 (46% of max value = 765). Red value is 110 (43.36% from 255 or 31.43% from 350); Green value is 103 (40.62% from 255 or 29.43% from 350); Blue value is 137 (53.91% from 255 or 39.14% from 350); Max value from RGB is 137 - color contains mainly: blue. Hex color #6E6789 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6E6789 is #919876. Grayscale: #6C6C6C. Windows color (decimal): -9541751 or 9004910. OLE color: 9004910.

HSL color Cylindrical-coordinate representation of color #6E6789: hue angle of 252.35º degrees, saturation: 0.14, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #6E6789 is Cyan = 0.20, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 110 103 137 -
CMYK 0.20 0.25 0 0.46
HSL 252.35º 0.14% 0.47% -
HSV(B) 252.35º 0.25% 0.54% -
XYZ 15.8 14.82 25.7 -
YUV 108.97 143.82 128.74 -
System Red Green Blue C M Y K H S L
Decimal 110 103 137 0.20 0.25 0 0.46 252.35 0.14 0.47
Hex 6E 67 89 14 19 0 2E FC E 2F
Octal 156 147 211 24 31 0 56 374 16 57
Binary 1101110 1100111 10001001 10100 11001 0 101110 11111100 1110 101111

Color Harmonies of #6E6789

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E6789

Black with #6E6789

Text Example


Text Example

White with #6E6789

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,103,137); }

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

background-color css

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

 a { background-color: rgb(110,103,137); }

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

border-color css

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

 span { border-color: rgb(110,103,137); }

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