Html Css Color HEX #682B84 Kingfisher Daisy

📋 copy color: '#682B84'

red 104 ◦ green 43 ◦ blue 132

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

Shades of Kingfisher Daisy #682B84

Tints of Kingfisher Daisy #682B84

RGB

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

 GREEN value IS 43 (17.19% from 255) = 15.41%

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

R = 37.28%
G = 15.41%
B = 47.31%

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

#682B84 (or 0x682B84) is known color: Kingfisher Daisy. HEX triplet: 68, 2B and 84. RGB value is (104,43,132). Sum of RGB (Red+Green+Blue) = 104+43+132=279 (36% of max value = 765). Red value is 104 (41.02% from 255 or 37.28% from 279); Green value is 43 (17.19% from 255 or 15.41% from 279); Blue value is 132 (51.95% from 255 or 47.31% from 279); Max value from RGB is 132 - color contains mainly: blue. Hex color #682B84 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #682B84 is #97D47B. Grayscale: #474747. Windows color (decimal): -9950332 or 8661864. OLE color: 8661864.

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

Color convert

RGB 104 43 132 -
CMYK 0.21 0.67 0 0.48
HSL 281.12º 0.51% 0.34% -
HSV(B) 281.12º 0.67% 0.52% -
XYZ 10.74 6.34 22.49 -
YUV 71.39 162.21 151.26 -
System Red Green Blue C M Y K H S L
Decimal 104 43 132 0.21 0.67 0 0.48 281.12 0.51 0.34
Hex 68 2B 84 15 43 0 30 119 33 22
Octal 150 53 204 25 103 0 60 431 63 42
Binary 1101000 101011 10000100 10101 1000011 0 110000 100011001 110011 100010

Color Harmonies of #682B84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #682B84

Black with #682B84

Text Example


Text Example

White with #682B84

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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