Html Css Color HEX #6E6287 Kimberly

📋 copy color: '#6E6287'

red 110 ◦ green 98 ◦ blue 135

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

Shades of Kimberly #6E6287

Tints of Kimberly #6E6287

RGB

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

 GREEN value IS 98 (38.67% from 255) = 28.57%

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

R = 32.07%
G = 28.57%
B = 39.36%

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

#6E6287 (or 0x6E6287) is known color: Kimberly. HEX triplet: 6E, 62 and 87. RGB value is (110,98,135). Sum of RGB (Red+Green+Blue) = 110+98+135=343 (45% of max value = 765). Red value is 110 (43.36% from 255 or 32.07% from 343); Green value is 98 (38.67% from 255 or 28.57% from 343); Blue value is 135 (53.12% from 255 or 39.36% from 343); Max value from RGB is 135 - color contains mainly: blue. Hex color #6E6287 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6E6287 is #919D78. Grayscale: #696969. Windows color (decimal): -9543033 or 8872558. OLE color: 8872558.

HSL color Cylindrical-coordinate representation of color #6E6287: hue angle of 259.46º degrees, saturation: 0.16, 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 #6E6287 is Cyan = 0.19, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 110 98 135 -
CMYK 0.19 0.27 0 0.47
HSL 259.46º 0.16% 0.46% -
HSV(B) 259.46º 0.27% 0.53% -
XYZ 15.17 13.8 24.79 -
YUV 105.81 144.48 130.99 -
System Red Green Blue C M Y K H S L
Decimal 110 98 135 0.19 0.27 0 0.47 259.46 0.16 0.46
Hex 6E 62 87 13 1B 0 2F 103 10 2E
Octal 156 142 207 23 33 0 57 403 20 56
Binary 1101110 1100010 10000111 10011 11011 0 101111 100000011 10000 101110

Color Harmonies of #6E6287

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E6287

Black with #6E6287

Text Example


Text Example

White with #6E6287

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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