Html Css Color HEX #654085 Kingfisher Daisy

📋 copy color: '#654085'

red 101 ◦ green 64 ◦ blue 133

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

Shades of Kingfisher Daisy #654085

Tints of Kingfisher Daisy #654085

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 44.63%

R = 33.89%
G = 21.48%
B = 44.63%

CMYK

 C value IS 0.24

 M value IS 0.52

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#654085 (or 0x654085) is known color: Kingfisher Daisy. HEX triplet: 65, 40 and 85. RGB value is (101,64,133). Sum of RGB (Red+Green+Blue) = 101+64+133=298 (39% of max value = 765). Red value is 101 (39.84% from 255 or 33.89% from 298); Green value is 64 (25.39% from 255 or 21.48% from 298); Blue value is 133 (52.34% from 255 or 44.63% from 298); Max value from RGB is 133 - color contains mainly: blue. Hex color #654085 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #654085 is #9ABF7A. Grayscale: #525252. Windows color (decimal): -10141563 or 8732773. OLE color: 8732773.

HSL color Cylindrical-coordinate representation of color #654085: hue angle of 272.17º degrees, saturation: 0.35, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #654085 is Cyan = 0.24, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 101 64 133 -
CMYK 0.24 0.52 0 0.48
HSL 272.17º 0.35% 0.39% -
HSV(B) 272.17º 0.52% 0.52% -
XYZ 11.43 8.13 23.16 -
YUV 82.93 156.26 140.89 -
System Red Green Blue C M Y K H S L
Decimal 101 64 133 0.24 0.52 0 0.48 272.17 0.35 0.39
Hex 65 40 85 18 34 0 30 110 23 27
Octal 145 100 205 30 64 0 60 420 43 47
Binary 1100101 1000000 10000101 11000 110100 0 110000 100010000 100011 100111

Color Harmonies of #654085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #654085

Black with #654085

Text Example


Text Example

White with #654085

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #654085; }

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

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

background-color css

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

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

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

border-color css

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

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

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