Html Css Color HEX #652886 Kingfisher Daisy

📋 copy color: '#652886'

red 101 ◦ green 40 ◦ blue 134

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

Shades of Kingfisher Daisy #652886

Tints of Kingfisher Daisy #652886

RGB

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

 GREEN value IS 40 (16.02% from 255) = 14.55%

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

R = 36.73%
G = 14.55%
B = 48.73%

CMYK

 C value IS 0.25

 M value IS 0.70

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#652886 (or 0x652886) is known color: Kingfisher Daisy. HEX triplet: 65, 28 and 86. RGB value is (101,40,134). Sum of RGB (Red+Green+Blue) = 101+40+134=275 (36% of max value = 765). Red value is 101 (39.84% from 255 or 36.73% from 275); Green value is 40 (16.02% from 255 or 14.55% from 275); Blue value is 134 (52.73% from 255 or 48.73% from 275); Max value from RGB is 134 - color contains mainly: blue. Hex color #652886 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #652886 is #9AD779. Grayscale: #444444. Windows color (decimal): -10147706 or 8792165. OLE color: 8792165.

HSL color Cylindrical-coordinate representation of color #652886: hue angle of 278.94º degrees, saturation: 0.54, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #652886 is Cyan = 0.25, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 101 40 134 -
CMYK 0.25 0.70 0 0.47
HSL 278.94º 0.54% 0.34% -
HSV(B) 278.94º 0.7% 0.53% -
XYZ 10.43 6.01 23.16 -
YUV 68.96 164.71 150.86 -
System Red Green Blue C M Y K H S L
Decimal 101 40 134 0.25 0.70 0 0.47 278.94 0.54 0.34
Hex 65 28 86 19 46 0 2F 117 36 22
Octal 145 50 206 31 106 0 57 427 66 42
Binary 1100101 101000 10000110 11001 1000110 0 101111 100010111 110110 100010

Color Harmonies of #652886

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #652886

Black with #652886

Text Example


Text Example

White with #652886

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #652886; }

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

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

background-color css

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

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

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

border-color css

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

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

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