Html Css Color HEX #6E6C8B Kimberly

📋 copy color: '#6E6C8B'

red 110 ◦ green 108 ◦ blue 139

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

Shades of Kimberly #6E6C8B

Tints of Kimberly #6E6C8B

RGB

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

 GREEN value IS 108 (42.58% from 255) = 30.25%

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

R = 30.81%
G = 30.25%
B = 38.94%

CMYK

 C value IS 0.21

 M value IS 0.22

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#6E6C8B (or 0x6E6C8B) is known color: Kimberly. HEX triplet: 6E, 6C and 8B. RGB value is (110,108,139). Sum of RGB (Red+Green+Blue) = 110+108+139=357 (47% of max value = 765). Red value is 110 (43.36% from 255 or 30.81% from 357); Green value is 108 (42.58% from 255 or 30.25% from 357); Blue value is 139 (54.69% from 255 or 38.94% from 357); Max value from RGB is 139 - color contains mainly: blue. Hex color #6E6C8B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6E6C8B is #919374. Grayscale: #707070. Windows color (decimal): -9540469 or 9137262. OLE color: 9137262.

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

Color convert

RGB 110 108 139 -
CMYK 0.21 0.22 0 0.45
HSL 243.87º 0.13% 0.48% -
HSV(B) 243.87º 0.22% 0.55% -
XYZ 16.45 15.9 26.63 -
YUV 112.13 143.16 126.48 -
System Red Green Blue C M Y K H S L
Decimal 110 108 139 0.21 0.22 0 0.45 243.87 0.13 0.48
Hex 6E 6C 8B 15 16 0 2D F4 D 30
Octal 156 154 213 25 26 0 55 364 15 60
Binary 1101110 1101100 10001011 10101 10110 0 101101 11110100 1101 110000

Color Harmonies of #6E6C8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E6C8B

Black with #6E6C8B

Text Example


Text Example

White with #6E6C8B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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