Html Css Color HEX #654283 Kingfisher Daisy

📋 copy color: '#654283'

red 101 ◦ green 66 ◦ blue 131

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

Shades of Kingfisher Daisy #654283

Tints of Kingfisher Daisy #654283

RGB

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

 GREEN value IS 66 (26.17% from 255) = 22.15%

 BLUE value IS 131 (51.56% from 255) = 43.96%

R = 33.89%
G = 22.15%
B = 43.96%

CMYK

 C value IS 0.23

 M value IS 0.50

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#654283 (or 0x654283) is known color: Kingfisher Daisy. HEX triplet: 65, 42 and 83. RGB value is (101,66,131). Sum of RGB (Red+Green+Blue) = 101+66+131=298 (39% of max value = 765). Red value is 101 (39.84% from 255 or 33.89% from 298); Green value is 66 (26.17% from 255 or 22.15% from 298); Blue value is 131 (51.56% from 255 or 43.96% from 298); Max value from RGB is 131 - color contains mainly: blue. Hex color #654283 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #654283 is #9ABD7C. Grayscale: #535353. Windows color (decimal): -10141053 or 8602213. OLE color: 8602213.

HSL color Cylindrical-coordinate representation of color #654283: hue angle of 272.31º degrees, saturation: 0.33, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #654283 is Cyan = 0.23, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 101 66 131 -
CMYK 0.23 0.50 0 0.49
HSL 272.31º 0.33% 0.39% -
HSV(B) 272.31º 0.5% 0.51% -
XYZ 11.41 8.3 22.47 -
YUV 83.88 154.6 140.21 -
System Red Green Blue C M Y K H S L
Decimal 101 66 131 0.23 0.50 0 0.49 272.31 0.33 0.39
Hex 65 42 83 17 32 0 31 110 21 27
Octal 145 102 203 27 62 0 61 420 41 47
Binary 1100101 1000010 10000011 10111 110010 0 110001 100010000 100001 100111

Color Harmonies of #654283

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #654283

Black with #654283

Text Example


Text Example

White with #654283

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #654283; }

 p { color: rgb(101,66,131); }

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

background-color css

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

 a { background-color: rgb(101,66,131); }

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

border-color css

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

 span { border-color: rgb(101,66,131); }

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