Html Css Color HEX #6E6387 Kimberly

📋 copy color: '#6E6387'

red 110 ◦ green 99 ◦ blue 135

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

Shades of Kimberly #6E6387

Tints of Kimberly #6E6387

RGB

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

 GREEN value IS 99 (39.06% from 255) = 28.78%

 BLUE value IS 135 (53.13% from 255) = 39.24%

R = 31.98%
G = 28.78%
B = 39.24%

CMYK

 C value IS 0.19

 M value IS 0.27

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#6E6387 (or 0x6E6387) is known color: Kimberly. HEX triplet: 6E, 63 and 87. RGB value is (110,99,135). Sum of RGB (Red+Green+Blue) = 110+99+135=344 (45% of max value = 765). Red value is 110 (43.36% from 255 or 31.98% from 344); Green value is 99 (39.06% from 255 or 28.78% from 344); Blue value is 135 (53.12% from 255 or 39.24% from 344); Max value from RGB is 135 - color contains mainly: blue. Hex color #6E6387 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6E6387 is #919C78. Grayscale: #6A6A6A. Windows color (decimal): -9542777 or 8872814. OLE color: 8872814.

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

Color convert

RGB 110 99 135 -
CMYK 0.19 0.27 0 0.47
HSL 258.33º 0.15% 0.46% -
HSV(B) 258.33º 0.27% 0.53% -
XYZ 15.27 13.99 24.82 -
YUV 106.39 144.14 130.57 -
System Red Green Blue C M Y K H S L
Decimal 110 99 135 0.19 0.27 0 0.47 258.33 0.15 0.46
Hex 6E 63 87 13 1B 0 2F 102 F 2E
Octal 156 143 207 23 33 0 57 402 17 56
Binary 1101110 1100011 10000111 10011 11011 0 101111 100000010 1111 101110

Color Harmonies of #6E6387

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E6387

Black with #6E6387

Text Example


Text Example

White with #6E6387

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,99,135); }

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

background-color css

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

 a { background-color: rgb(110,99,135); }

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

border-color css

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

 span { border-color: rgb(110,99,135); }

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