Html Css Color HEX #682C84 Kingfisher Daisy

📋 copy color: '#682C84'

red 104 ◦ green 44 ◦ blue 132

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

Shades of Kingfisher Daisy #682C84

Tints of Kingfisher Daisy #682C84

RGB

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

 GREEN value IS 44 (17.58% from 255) = 15.71%

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

R = 37.14%
G = 15.71%
B = 47.14%

CMYK

 C value IS 0.21

 M value IS 0.67

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#682C84 (or 0x682C84) is known color: Kingfisher Daisy. HEX triplet: 68, 2C and 84. RGB value is (104,44,132). Sum of RGB (Red+Green+Blue) = 104+44+132=280 (37% of max value = 765). Red value is 104 (41.02% from 255 or 37.14% from 280); Green value is 44 (17.58% from 255 or 15.71% from 280); Blue value is 132 (51.95% from 255 or 47.14% from 280); Max value from RGB is 132 - color contains mainly: blue. Hex color #682C84 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #682C84 is #97D37B. Grayscale: #474747. Windows color (decimal): -9950076 or 8662120. OLE color: 8662120.

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

Color convert

RGB 104 44 132 -
CMYK 0.21 0.67 0 0.48
HSL 280.91º 0.5% 0.35% -
HSV(B) 280.91º 0.67% 0.52% -
XYZ 10.77 6.41 22.5 -
YUV 71.97 161.88 150.84 -
System Red Green Blue C M Y K H S L
Decimal 104 44 132 0.21 0.67 0 0.48 280.91 0.5 0.35
Hex 68 2C 84 15 43 0 30 119 32 23
Octal 150 54 204 25 103 0 60 431 62 43
Binary 1101000 101100 10000100 10101 1000011 0 110000 100011001 110010 100011

Color Harmonies of #682C84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #682C84

Black with #682C84

Text Example


Text Example

White with #682C84

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #682C84; }

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

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

background-color css

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

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

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

border-color css

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

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

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