Html Css Color HEX #654087 Kingfisher Daisy

📋 copy color: '#654087'

red 101 ◦ green 64 ◦ blue 135

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

Shades of Kingfisher Daisy #654087

Tints of Kingfisher Daisy #654087

RGB

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

 GREEN value IS 64 (25.39% from 255) = 21.33%

 BLUE value IS 135 (53.13% from 255) = 45%

R = 33.67%
G = 21.33%
B = 45%

CMYK

 C value IS 0.25

 M value IS 0.53

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#654087 (or 0x654087) is known color: Kingfisher Daisy. HEX triplet: 65, 40 and 87. RGB value is (101,64,135). Sum of RGB (Red+Green+Blue) = 101+64+135=300 (39% of max value = 765). Red value is 101 (39.84% from 255 or 33.67% from 300); Green value is 64 (25.39% from 255 or 21.33% from 300); Blue value is 135 (53.12% from 255 or 45% from 300); Max value from RGB is 135 - color contains mainly: blue. Hex color #654087 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #654087 is #9ABF78. Grayscale: #525252. Windows color (decimal): -10141561 or 8863845. OLE color: 8863845.

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

Color convert

RGB 101 64 135 -
CMYK 0.25 0.53 0 0.47
HSL 271.27º 0.36% 0.39% -
HSV(B) 271.27º 0.53% 0.53% -
XYZ 11.57 8.18 23.89 -
YUV 83.16 157.26 140.73 -
System Red Green Blue C M Y K H S L
Decimal 101 64 135 0.25 0.53 0 0.47 271.27 0.36 0.39
Hex 65 40 87 19 35 0 2F 10F 24 27
Octal 145 100 207 31 65 0 57 417 44 47
Binary 1100101 1000000 10000111 11001 110101 0 101111 100001111 100100 100111

Color Harmonies of #654087

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #654087

Black with #654087

Text Example


Text Example

White with #654087

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #654087; }

 p { color: rgb(101,64,135); }

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

background-color css

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

 a { background-color: rgb(101,64,135); }

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

border-color css

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

 span { border-color: rgb(101,64,135); }

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