Html Css Color HEX #6E658B Kimberly

📋 copy color: '#6E658B'

red 110 ◦ green 101 ◦ blue 139

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

Shades of Kimberly #6E658B

Tints of Kimberly #6E658B

RGB

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

 GREEN value IS 101 (39.84% from 255) = 28.86%

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

R = 31.43%
G = 28.86%
B = 39.71%

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

#6E658B (or 0x6E658B) is known color: Kimberly. HEX triplet: 6E, 65 and 8B. RGB value is (110,101,139). Sum of RGB (Red+Green+Blue) = 110+101+139=350 (46% of max value = 765). Red value is 110 (43.36% from 255 or 31.43% from 350); Green value is 101 (39.84% from 255 or 28.86% from 350); Blue value is 139 (54.69% from 255 or 39.71% from 350); Max value from RGB is 139 - color contains mainly: blue. Hex color #6E658B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6E658B is #919A74. Grayscale: #6B6B6B. Windows color (decimal): -9542261 or 9135470. OLE color: 9135470.

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

Color convert

RGB 110 101 139 -
CMYK 0.21 0.27 0 0.45
HSL 254.21º 0.16% 0.47% -
HSV(B) 254.21º 0.27% 0.55% -
XYZ 15.74 14.49 26.39 -
YUV 108.02 145.48 129.41 -
System Red Green Blue C M Y K H S L
Decimal 110 101 139 0.21 0.27 0 0.45 254.21 0.16 0.47
Hex 6E 65 8B 15 1B 0 2D FE 10 2F
Octal 156 145 213 25 33 0 55 376 20 57
Binary 1101110 1100101 10001011 10101 11011 0 101101 11111110 10000 101111

Color Harmonies of #6E658B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E658B

Black with #6E658B

Text Example


Text Example

White with #6E658B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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