#65268B

Color #65268B Kingfisher Daisy (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Kingfisher Daisy #65268B

Tints of Kingfisher Daisy #65268B

Color information

#65268B (or 0x65268B) is unknown color: approx Kingfisher Daisy. HEX triplet: 65, 26 and 8B. RGB value is (101,38,139). Sum of RGB (Red+Green+Blue) = 101+38+139=278 (36% of max value = 765). Red value is 101 (39.84% from 255 or 36.33% from 278); Green value is 38 (15.23% from 255 or 13.67% from 278); Blue value is 139 (54.69% from 255 or 50% from 278); Max value from RGB is 139 - color contains mainly: blue. Hex color #65268B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #65268B is #9AD974. Grayscale: #444444. Windows color (decimal): -10148213 or 9119333. OLE color: 9119333.

HSL color Cylindrical-coordinate representation of color #65268B: hue angle of 277.43º degrees, saturation: 0.57, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #65268B is Cyan = 0.27, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB10138139-
CMYK0.270.7300.45
HSL277.43º57.06%34.71%-
HSV(B)277.43º72.66%54.51%-
XYZ10.726.0225.02-
YUV68.35167.87151.29-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 36.33%
GREEN value IS 38 (15.23% from 255) = 13.67%
BLUE value IS 139 (54.69% from 255) = 50%
R=36.33%
G=13.67%
B=50%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal101381390.270.7300.45277.4357.0634.71
Hex65268B1B4902D1153923
Octal14546213331110554257143
Binary1100101100110100010111101110010010101101100010101111001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65268B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #65268B; }

 p { color: rgb(101,38,139); }

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

<style>
 a { background-color: #65268B; }

 a { background-color: rgb(101,38,139); }

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

<style>
 span { border-color: #65268B; }

 span { border-color: rgb(101,38,139); }

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