#651B86

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

Shades of Kingfisher Daisy #651B86

Tints of Kingfisher Daisy #651B86

Color information

#651B86 (or 0x651B86) is unknown color: approx Kingfisher Daisy. HEX triplet: 65, 1B and 86. RGB value is (101,27,134). Sum of RGB (Red+Green+Blue) = 101+27+134=262 (34% of max value = 765). Red value is 101 (39.84% from 255 or 38.55% from 262); Green value is 27 (10.94% from 255 or 10.31% from 262); Blue value is 134 (52.73% from 255 or 51.15% from 262); Max value from RGB is 134 - color contains mainly: blue. Hex color #651B86 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #651B86 is #9AE479. Grayscale: #3C3C3C. Windows color (decimal): -10151034 or 8788837. OLE color: 8788837.

HSL color Cylindrical-coordinate representation of color #651B86: hue angle of 281.5º degrees, saturation: 0.66, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #651B86 is Cyan = 0.25, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB10127134-
CMYK0.250.8000.47
HSL281.5º66.46%31.57%-
HSV(B)281.5º79.85%52.55%-
XYZ10.065.2723.04-
YUV61.32169.02156.3-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 38.55%
GREEN value IS 27 (10.94% from 255) = 10.31%
BLUE value IS 134 (52.73% from 255) = 51.15%
R=38.55%
G=10.31%
B=51.15%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal101271340.250.8000.47281.566.4631.57
Hex651B86195002F1194220
Octal145332063112005743110240
Binary1100101110111000011011001101000001011111000110011000010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #651B86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #651B86; }

 p { color: rgb(101,27,134); }

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

<style>
 a { background-color: #651B86; }

 a { background-color: rgb(101,27,134); }

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

<style>
 span { border-color: #651B86; }

 span { border-color: rgb(101,27,134); }

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