Html Css Color HEX #654083 Kingfisher Daisy

📋 copy color: '#654083'

red 101 ◦ green 64 ◦ blue 131

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

Shades of Kingfisher Daisy #654083

Tints of Kingfisher Daisy #654083

RGB

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

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

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

R = 34.12%
G = 21.62%
B = 44.26%

CMYK

 C value IS 0.23

 M value IS 0.51

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#654083 (or 0x654083) is known color: Kingfisher Daisy. HEX triplet: 65, 40 and 83. RGB value is (101,64,131). Sum of RGB (Red+Green+Blue) = 101+64+131=296 (39% of max value = 765). Red value is 101 (39.84% from 255 or 34.12% from 296); Green value is 64 (25.39% from 255 or 21.62% from 296); Blue value is 131 (51.56% from 255 or 44.26% from 296); Max value from RGB is 131 - color contains mainly: blue. Hex color #654083 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #654083 is #9ABF7C. Grayscale: #525252. Windows color (decimal): -10141565 or 8601701. OLE color: 8601701.

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

Color convert

RGB 101 64 131 -
CMYK 0.23 0.51 0 0.49
HSL 273.13º 0.34% 0.38% -
HSV(B) 273.13º 0.51% 0.51% -
XYZ 11.3 8.07 22.44 -
YUV 82.7 155.26 141.05 -
System Red Green Blue C M Y K H S L
Decimal 101 64 131 0.23 0.51 0 0.49 273.13 0.34 0.38
Hex 65 40 83 17 33 0 31 111 22 26
Octal 145 100 203 27 63 0 61 421 42 46
Binary 1100101 1000000 10000011 10111 110011 0 110001 100010001 100010 100110

Color Harmonies of #654083

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #654083

Black with #654083

Text Example


Text Example

White with #654083

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #654083; }

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

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

background-color css

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

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

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

border-color css

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

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

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