Html Css Color HEX #652086 Kingfisher Daisy

📋 copy color: '#652086'

red 101 ◦ green 32 ◦ blue 134

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

Shades of Kingfisher Daisy #652086

Tints of Kingfisher Daisy #652086

RGB

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

 GREEN value IS 32 (12.89% from 255) = 11.99%

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

R = 37.83%
G = 11.99%
B = 50.19%

CMYK

 C value IS 0.25

 M value IS 0.76

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#652086 (or 0x652086) is known color: Kingfisher Daisy. HEX triplet: 65, 20 and 86. RGB value is (101,32,134). Sum of RGB (Red+Green+Blue) = 101+32+134=267 (35% of max value = 765). Red value is 101 (39.84% from 255 or 37.83% from 267); Green value is 32 (12.89% from 255 or 11.99% from 267); Blue value is 134 (52.73% from 255 or 50.19% from 267); Max value from RGB is 134 - color contains mainly: blue. Hex color #652086 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #652086 is #9ADF79. Grayscale: #3F3F3F. Windows color (decimal): -10149754 or 8790117. OLE color: 8790117.

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

Color convert

RGB 101 32 134 -
CMYK 0.25 0.76 0 0.47
HSL 280.59º 0.61% 0.33% -
HSV(B) 280.59º 0.76% 0.53% -
XYZ 10.19 5.52 23.08 -
YUV 64.26 167.36 154.21 -
System Red Green Blue C M Y K H S L
Decimal 101 32 134 0.25 0.76 0 0.47 280.59 0.61 0.33
Hex 65 20 86 19 4C 0 2F 119 3D 21
Octal 145 40 206 31 114 0 57 431 75 41
Binary 1100101 100000 10000110 11001 1001100 0 101111 100011001 111101 100001

Color Harmonies of #652086

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #652086

Black with #652086

Text Example


Text Example

White with #652086

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #652086; }

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

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

background-color css

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

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

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

border-color css

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

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

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