Html Css Color HEX #6E658C Kimberly

📋 copy color: '#6E658C'

red 110 ◦ green 101 ◦ blue 140

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

Shades of Kimberly #6E658C

Tints of Kimberly #6E658C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 39.89%

R = 31.34%
G = 28.77%
B = 39.89%

CMYK

 C value IS 0.21

 M value IS 0.28

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#6E658C (or 0x6E658C) is known color: Kimberly. HEX triplet: 6E, 65 and 8C. RGB value is (110,101,140). Sum of RGB (Red+Green+Blue) = 110+101+140=351 (46% of max value = 765). Red value is 110 (43.36% from 255 or 31.34% from 351); Green value is 101 (39.84% from 255 or 28.77% from 351); Blue value is 140 (55.08% from 255 or 39.89% from 351); Max value from RGB is 140 - color contains mainly: blue. Hex color #6E658C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6E658C is #919A73. Grayscale: #6B6B6B. Windows color (decimal): -9542260 or 9201006. OLE color: 9201006.

HSL color Cylindrical-coordinate representation of color #6E658C: hue angle of 253.85º degrees, saturation: 0.16, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #6E658C is Cyan = 0.21, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 110 101 140 -
CMYK 0.21 0.28 0 0.45
HSL 253.85º 0.16% 0.47% -
HSV(B) 253.85º 0.28% 0.55% -
XYZ 15.82 14.52 26.78 -
YUV 108.14 145.98 129.33 -
System Red Green Blue C M Y K H S L
Decimal 110 101 140 0.21 0.28 0 0.45 253.85 0.16 0.47
Hex 6E 65 8C 15 1C 0 2D FE 10 2F
Octal 156 145 214 25 34 0 55 376 20 57
Binary 1101110 1100101 10001100 10101 11100 0 101101 11111110 10000 101111

Color Harmonies of #6E658C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E658C

Black with #6E658C

Text Example


Text Example

White with #6E658C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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