Html Css Color HEX #652186 Kingfisher Daisy

📋 copy color: '#652186'

red 101 ◦ green 33 ◦ blue 134

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

Shades of Kingfisher Daisy #652186

Tints of Kingfisher Daisy #652186

RGB

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

 GREEN value IS 33 (13.28% from 255) = 12.31%

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

R = 37.69%
G = 12.31%
B = 50%

CMYK

 C value IS 0.25

 M value IS 0.75

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#652186 (or 0x652186) is known color: Kingfisher Daisy. HEX triplet: 65, 21 and 86. RGB value is (101,33,134). Sum of RGB (Red+Green+Blue) = 101+33+134=268 (35% of max value = 765). Red value is 101 (39.84% from 255 or 37.69% from 268); Green value is 33 (13.28% from 255 or 12.31% from 268); Blue value is 134 (52.73% from 255 or 50% from 268); Max value from RGB is 134 - color contains mainly: blue. Hex color #652186 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #652186 is #9ADE79. Grayscale: #404040. Windows color (decimal): -10149498 or 8790373. OLE color: 8790373.

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

Color convert

RGB 101 33 134 -
CMYK 0.25 0.75 0 0.47
HSL 280.4º 0.6% 0.33% -
HSV(B) 280.4º 0.75% 0.53% -
XYZ 10.21 5.58 23.09 -
YUV 64.85 167.03 153.79 -
System Red Green Blue C M Y K H S L
Decimal 101 33 134 0.25 0.75 0 0.47 280.4 0.6 0.33
Hex 65 21 86 19 4B 0 2F 118 3C 21
Octal 145 41 206 31 113 0 57 430 74 41
Binary 1100101 100001 10000110 11001 1001011 0 101111 100011000 111100 100001

Color Harmonies of #652186

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #652186

Black with #652186

Text Example


Text Example

White with #652186

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #652186; }

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

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

background-color css

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

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

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

border-color css

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

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

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