Html Css Color HEX #682D8A Kingfisher Daisy

📋 copy color: '#682D8A'

red 104 ◦ green 45 ◦ blue 138

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

Shades of Kingfisher Daisy #682D8A

Tints of Kingfisher Daisy #682D8A

RGB

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

 GREEN value IS 45 (17.97% from 255) = 15.68%

 BLUE value IS 138 (54.3% from 255) = 48.08%

R = 36.24%
G = 15.68%
B = 48.08%

CMYK

 C value IS 0.25

 M value IS 0.67

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#682D8A (or 0x682D8A) is known color: Kingfisher Daisy. HEX triplet: 68, 2D and 8A. RGB value is (104,45,138). Sum of RGB (Red+Green+Blue) = 104+45+138=287 (38% of max value = 765). Red value is 104 (41.02% from 255 or 36.24% from 287); Green value is 45 (17.97% from 255 or 15.68% from 287); Blue value is 138 (54.30% from 255 or 48.08% from 287); Max value from RGB is 138 - color contains mainly: blue. Hex color #682D8A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #682D8A is #97D275. Grayscale: #484848. Windows color (decimal): -9949814 or 9055592. OLE color: 9055592.

HSL color Cylindrical-coordinate representation of color #682D8A: hue angle of 278.06º degrees, saturation: 0.51, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #682D8A is Cyan = 0.25, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 104 45 138 -
CMYK 0.25 0.67 0 0.46
HSL 278.06º 0.51% 0.36% -
HSV(B) 278.06º 0.67% 0.54% -
XYZ 11.23 6.65 24.74 -
YUV 73.24 164.55 149.94 -
System Red Green Blue C M Y K H S L
Decimal 104 45 138 0.25 0.67 0 0.46 278.06 0.51 0.36
Hex 68 2D 8A 19 43 0 2E 116 33 24
Octal 150 55 212 31 103 0 56 426 63 44
Binary 1101000 101101 10001010 11001 1000011 0 101110 100010110 110011 100100

Color Harmonies of #682D8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #682D8A

Black with #682D8A

Text Example


Text Example

White with #682D8A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,45,138); }

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

background-color css

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

 a { background-color: rgb(104,45,138); }

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

border-color css

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

 span { border-color: rgb(104,45,138); }

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