Html Css Color HEX #654682 Kingfisher Daisy

📋 copy color: '#654682'

red 101 ◦ green 70 ◦ blue 130

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

Shades of Kingfisher Daisy #654682

Tints of Kingfisher Daisy #654682

RGB

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

 GREEN value IS 70 (27.73% from 255) = 23.26%

 BLUE value IS 130 (51.17% from 255) = 43.19%

R = 33.55%
G = 23.26%
B = 43.19%

CMYK

 C value IS 0.22

 M value IS 0.46

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#654682 (or 0x654682) is known color: Kingfisher Daisy. HEX triplet: 65, 46 and 82. RGB value is (101,70,130). Sum of RGB (Red+Green+Blue) = 101+70+130=301 (39% of max value = 765). Red value is 101 (39.84% from 255 or 33.55% from 301); Green value is 70 (27.73% from 255 or 23.26% from 301); Blue value is 130 (51.17% from 255 or 43.19% from 301); Max value from RGB is 130 - color contains mainly: blue. Hex color #654682 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #654682 is #9AB97D. Grayscale: #555555. Windows color (decimal): -10140030 or 8537701. OLE color: 8537701.

HSL color Cylindrical-coordinate representation of color #654682: hue angle of 271º degrees, saturation: 0.3, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #654682 is Cyan = 0.22, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 101 70 130 -
CMYK 0.22 0.46 0 0.49
HSL 271º 0.3% 0.39% -
HSV(B) 271º 0.46% 0.51% -
XYZ 11.59 8.76 22.2 -
YUV 86.11 152.77 138.62 -
System Red Green Blue C M Y K H S L
Decimal 101 70 130 0.22 0.46 0 0.49 271 0.3 0.39
Hex 65 46 82 16 2E 0 31 10F 1E 27
Octal 145 106 202 26 56 0 61 417 36 47
Binary 1100101 1000110 10000010 10110 101110 0 110001 100001111 11110 100111

Color Harmonies of #654682

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #654682

Black with #654682

Text Example


Text Example

White with #654682

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #654682; }

 p { color: rgb(101,70,130); }

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

background-color css

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

 a { background-color: rgb(101,70,130); }

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

border-color css

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

 span { border-color: rgb(101,70,130); }

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