Html Css Color HEX #683484 Kingfisher Daisy

📋 copy color: '#683484'

red 104 ◦ green 52 ◦ blue 132

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

Shades of Kingfisher Daisy #683484

Tints of Kingfisher Daisy #683484

RGB

 RED value IS 104 (41.02% from 255) = 36.11%

 GREEN value IS 52 (20.7% from 255) = 18.06%

 BLUE value IS 132 (51.95% from 255) = 45.83%

R = 36.11%
G = 18.06%
B = 45.83%

CMYK

 C value IS 0.21

 M value IS 0.61

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#683484 (or 0x683484) is known color: Kingfisher Daisy. HEX triplet: 68, 34 and 84. RGB value is (104,52,132). Sum of RGB (Red+Green+Blue) = 104+52+132=288 (38% of max value = 765). Red value is 104 (41.02% from 255 or 36.11% from 288); Green value is 52 (20.70% from 255 or 18.06% from 288); Blue value is 132 (51.95% from 255 or 45.83% from 288); Max value from RGB is 132 - color contains mainly: blue. Hex color #683484 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #683484 is #97CB7B. Grayscale: #4C4C4C. Windows color (decimal): -9948028 or 8664168. OLE color: 8664168.

HSL color Cylindrical-coordinate representation of color #683484: hue angle of 279º degrees, saturation: 0.43, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #683484 is Cyan = 0.21, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 104 52 132 -
CMYK 0.21 0.61 0 0.48
HSL 279º 0.43% 0.36% -
HSV(B) 279º 0.61% 0.52% -
XYZ 11.1 7.06 22.61 -
YUV 76.67 159.23 147.5 -
System Red Green Blue C M Y K H S L
Decimal 104 52 132 0.21 0.61 0 0.48 279 0.43 0.36
Hex 68 34 84 15 3D 0 30 117 2B 24
Octal 150 64 204 25 75 0 60 427 53 44
Binary 1101000 110100 10000100 10101 111101 0 110000 100010111 101011 100100

Color Harmonies of #683484

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #683484

Black with #683484

Text Example


Text Example

White with #683484

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #683484; }

 p { color: rgb(104,52,132); }

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

background-color css

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

 a { background-color: rgb(104,52,132); }

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

border-color css

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

 span { border-color: rgb(104,52,132); }

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