#6F698E

Color #6F698E Kimberly (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Kimberly #6F698E

Tints of Kimberly #6F698E

Color information

#6F698E (or 0x6F698E) is unknown color: approx Kimberly. HEX triplet: 6F, 69 and 8E. RGB value is (111,105,142). Sum of RGB (Red+Green+Blue) = 111+105+142=358 (47% of max value = 765). Red value is 111 (43.75% from 255 or 31.01% from 358); Green value is 105 (41.41% from 255 or 29.33% from 358); Blue value is 142 (55.86% from 255 or 39.66% from 358); Max value from RGB is 142 - color contains mainly: blue. Hex color #6F698E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6F698E is #909671. Grayscale: #6E6E6E. Windows color (decimal): -9475698 or 9333103. OLE color: 9333103.

HSL color Cylindrical-coordinate representation of color #6F698E: hue angle of 249.73º degrees, saturation: 0.15, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #6F698E is Cyan = 0.22, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB111105142-
CMYK0.220.2600.44
HSL249.73º14.98%48.43%-
HSV(B)249.73º26.06%55.69%-
XYZ16.4915.4427.7-
YUV111.01145.49127.99-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 31.01%
GREEN value IS 105 (41.41% from 255) = 29.33%
BLUE value IS 142 (55.86% from 255) = 39.66%
R=31.01%
G=29.33%
B=39.66%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1111051420.220.2600.44249.7314.9848.43
Hex6F698E161A02Cfaf30
Octal15715121626320543721760
Binary110111111010011000111010110110100101100111110101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F698E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,105,142); }

 H1.HeaderClassName
 {
   color: #6F698E;
 }
 .AnyTagClassName
 {
   color: #6F698E;
 }
</style>
background-color css

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

 a { background-color: rgb(111,105,142); }

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

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

 span { border-color: rgb(111,105,142); }

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