#665F8A

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

Shades of Kimberly #665F8A

Tints of Kimberly #665F8A

Color information

#665F8A (or 0x665F8A) is unknown color: approx Kimberly. HEX triplet: 66, 5F and 8A. RGB value is (102,95,138). Sum of RGB (Red+Green+Blue) = 102+95+138=335 (44% of max value = 765). Red value is 102 (40.23% from 255 or 30.45% from 335); Green value is 95 (37.5% from 255 or 28.36% from 335); Blue value is 138 (54.30% from 255 or 41.19% from 335); Max value from RGB is 138 - color contains mainly: blue. Hex color #665F8A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #665F8A is #99A075. Grayscale: #656565. Windows color (decimal): -10068086 or 9068390. OLE color: 9068390.

HSL color Cylindrical-coordinate representation of color #665F8A: hue angle of 249.77º degrees, saturation: 0.18, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #665F8A is Cyan = 0.26, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB10295138-
CMYK0.260.3100.46
HSL249.77º18.45%45.69%-
HSV(B)249.77º31.16%54.12%-
XYZ14.1612.8425.78-
YUV101.99148.32128-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 30.45%
GREEN value IS 95 (37.5% from 255) = 28.36%
BLUE value IS 138 (54.30% from 255) = 41.19%
R=30.45%
G=28.36%
B=41.19%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal102951380.260.3100.46249.7718.4545.69
Hex665F8A1A1F02Efa122e
Octal14613721232370563722256
Binary1100110101111110001010110101111101011101111101010010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #665F8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #665F8A; }

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

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

<style>
 a { background-color: #665F8A; }

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

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

<style>
 span { border-color: #665F8A; }

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

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