#6F6685

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

Shades of Kimberly #6F6685

Tints of Kimberly #6F6685

Color information

#6F6685 (or 0x6F6685) is unknown color: approx Kimberly. HEX triplet: 6F, 66 and 85. RGB value is (111,102,133). Sum of RGB (Red+Green+Blue) = 111+102+133=346 (45% of max value = 765). Red value is 111 (43.75% from 255 or 32.08% from 346); Green value is 102 (40.23% from 255 or 29.48% from 346); Blue value is 133 (52.34% from 255 or 38.44% from 346); Max value from RGB is 133 - color contains mainly: blue. Hex color #6F6685 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6F6685 is #90997A. Grayscale: #6C6C6C. Windows color (decimal): -9476475 or 8742511. OLE color: 8742511.

HSL color Cylindrical-coordinate representation of color #6F6685: hue angle of 257.42º degrees, saturation: 0.13, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #6F6685 is Cyan = 0.17, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB111102133-
CMYK0.170.2300.48
HSL257.42º13.19%46.08%-
HSV(B)257.42º23.31%52.16%-
XYZ15.5414.5824.18-
YUV108.22141.98129.98-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 32.08%
GREEN value IS 102 (40.23% from 255) = 29.48%
BLUE value IS 133 (52.34% from 255) = 38.44%
R=32.08%
G=29.48%
B=38.44%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1111021330.170.2300.48257.4213.1946.08
Hex6F66851117030101d2e
Octal15714620521270604011556
Binary1101111110011010000101100011011101100001000000011101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F6685

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,102,133); }

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

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

 a { background-color: rgb(111,102,133); }

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

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

 span { border-color: rgb(111,102,133); }

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