Html Css Color HEX #651986 Kingfisher Daisy

📋 copy color: '#651986'

red 101 ◦ green 25 ◦ blue 134

#651986
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Kingfisher Daisy #651986

Tints of Kingfisher Daisy #651986

RGB

 RED value IS 101 (39.84% from 255) = 38.85%

 GREEN value IS 25 (10.16% from 255) = 9.62%

 BLUE value IS 134 (52.73% from 255) = 51.54%

R = 38.85%
G = 9.62%
B = 51.54%

CMYK

 C value IS 0.25

 M value IS 0.81

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#651986 (or 0x651986) is known color: Kingfisher Daisy. HEX triplet: 65, 19 and 86. RGB value is (101,25,134). Sum of RGB (Red+Green+Blue) = 101+25+134=260 (34% of max value = 765). Red value is 101 (39.84% from 255 or 38.85% from 260); Green value is 25 (10.16% from 255 or 9.62% from 260); Blue value is 134 (52.73% from 255 or 51.54% from 260); Max value from RGB is 134 - color contains mainly: blue. Hex color #651986 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #651986 is #9AE679. Grayscale: #3B3B3B. Windows color (decimal): -10151546 or 8788325. OLE color: 8788325.

HSL color Cylindrical-coordinate representation of color #651986: hue angle of 281.83º degrees, saturation: 0.69, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #651986 is Cyan = 0.25, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 101 25 134 -
CMYK 0.25 0.81 0 0.47
HSL 281.83º 0.69% 0.31% -
HSV(B) 281.83º 0.81% 0.53% -
XYZ 10.02 5.18 23.03 -
YUV 60.15 169.68 157.14 -
System Red Green Blue C M Y K H S L
Decimal 101 25 134 0.25 0.81 0 0.47 281.83 0.69 0.31
Hex 65 19 86 19 51 0 2F 11A 45 1F
Octal 145 31 206 31 121 0 57 432 105 37
Binary 1100101 11001 10000110 11001 1010001 0 101111 100011010 1000101 11111

Color Harmonies of #651986

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #651986

Black with #651986

Text Example


Text Example

White with #651986

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #651986; }

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

 H1.HeaderClassName
 {
   color: #651986;
 }
 .AnyTagClassName
 {
   color: #651986;
 }
</style>

background-color css

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

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

 div.DivClassName
 {
   background-color: #651986;
 }
 .BgClassName
 {
   background-color: #651986;
 }
</style>

border-color css

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

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

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