Html Css Color HEX #6E668A Kimberly

📋 copy color: '#6E668A'

red 110 ◦ green 102 ◦ blue 138

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

Shades of Kimberly #6E668A

Tints of Kimberly #6E668A

RGB

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

 GREEN value IS 102 (40.23% from 255) = 29.14%

 BLUE value IS 138 (54.3% from 255) = 39.43%

R = 31.43%
G = 29.14%
B = 39.43%

CMYK

 C value IS 0.20

 M value IS 0.26

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#6E668A (or 0x6E668A) is known color: Kimberly. HEX triplet: 6E, 66 and 8A. RGB value is (110,102,138). Sum of RGB (Red+Green+Blue) = 110+102+138=350 (46% of max value = 765). Red value is 110 (43.36% from 255 or 31.43% from 350); Green value is 102 (40.23% from 255 or 29.14% from 350); Blue value is 138 (54.30% from 255 or 39.43% from 350); Max value from RGB is 138 - color contains mainly: blue. Hex color #6E668A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6E668A is #919975. Grayscale: #6C6C6C. Windows color (decimal): -9542006 or 9070190. OLE color: 9070190.

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

Color convert

RGB 110 102 138 -
CMYK 0.20 0.26 0 0.46
HSL 253.33º 0.15% 0.47% -
HSV(B) 253.33º 0.26% 0.54% -
XYZ 15.77 14.65 26.04 -
YUV 108.5 144.65 129.07 -
System Red Green Blue C M Y K H S L
Decimal 110 102 138 0.20 0.26 0 0.46 253.33 0.15 0.47
Hex 6E 66 8A 14 1A 0 2E FD F 2F
Octal 156 146 212 24 32 0 56 375 17 57
Binary 1101110 1100110 10001010 10100 11010 0 101110 11111101 1111 101111

Color Harmonies of #6E668A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E668A

Black with #6E668A

Text Example


Text Example

White with #6E668A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,102,138); }

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

background-color css

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

 a { background-color: rgb(110,102,138); }

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

border-color css

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

 span { border-color: rgb(110,102,138); }

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