#69678A

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

Shades of Kimberly #69678A

Tints of Kimberly #69678A

Color information

#69678A (or 0x69678A) is unknown color: approx Kimberly. HEX triplet: 69, 67 and 8A. RGB value is (105,103,138). Sum of RGB (Red+Green+Blue) = 105+103+138=346 (45% of max value = 765). Red value is 105 (41.41% from 255 or 30.35% from 346); Green value is 103 (40.62% from 255 or 29.77% from 346); Blue value is 138 (54.30% from 255 or 39.88% from 346); Max value from RGB is 138 - color contains mainly: blue. Hex color #69678A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #69678A is #969875. Grayscale: #6B6B6B. Windows color (decimal): -9869430 or 9070441. OLE color: 9070441.

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

Color convert

RGB105103138-
CMYK0.240.2500.46
HSL243.43º14.52%47.25%-
HSV(B)243.43º25.36%54.12%-
XYZ15.2614.5426.05-
YUV107.59145.16126.15-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 30.35%
GREEN value IS 103 (40.62% from 255) = 29.77%
BLUE value IS 138 (54.30% from 255) = 39.88%
R=30.35%
G=29.77%
B=39.88%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1051031380.240.2500.46243.4314.5247.25
Hex69678A181902Ef3f2f
Octal15114721230310563631757
Binary110100111001111000101011000110010101110111100111111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69678A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #69678A; }

 p { color: rgb(105,103,138); }

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

<style>
 a { background-color: #69678A; }

 a { background-color: rgb(105,103,138); }

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

<style>
 span { border-color: #69678A; }

 span { border-color: rgb(105,103,138); }

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