#651A85

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

Shades of Kingfisher Daisy #651A85

Tints of Kingfisher Daisy #651A85

Color information

#651A85 (or 0x651A85) is unknown color: approx Kingfisher Daisy. HEX triplet: 65, 1A and 85. RGB value is (101,26,133). Sum of RGB (Red+Green+Blue) = 101+26+133=260 (34% of max value = 765). Red value is 101 (39.84% from 255 or 38.85% from 260); Green value is 26 (10.55% from 255 or 10% from 260); Blue value is 133 (52.34% from 255 or 51.15% from 260); Max value from RGB is 133 - color contains mainly: blue. Hex color #651A85 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #651A85 is #9AE57A. Grayscale: #3C3C3C. Windows color (decimal): -10151291 or 8723045. OLE color: 8723045.

HSL color Cylindrical-coordinate representation of color #651A85: hue angle of 282.06º degrees, saturation: 0.67, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #651A85 is Cyan = 0.24, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB10126133-
CMYK0.240.8000.48
HSL282.06º67.3%31.18%-
HSV(B)282.06º80.45%52.16%-
XYZ9.975.222.67-
YUV60.62168.85156.8-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 38.85%
GREEN value IS 26 (10.55% from 255) = 10%
BLUE value IS 133 (52.34% from 255) = 51.15%
R=38.85%
G=10%
B=51.15%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal101261330.240.8000.48282.0667.331.18
Hex651A85185003011a431f
Octal145322053012006043210337
Binary110010111010100001011100010100000110000100011010100001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #651A85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(101,26,133); }

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

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

 a { background-color: rgb(101,26,133); }

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

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

 span { border-color: rgb(101,26,133); }

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