Html Css Color HEX #682C8C Kingfisher Daisy

📋 copy color: '#682C8C'

red 104 ◦ green 44 ◦ blue 140

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

Shades of Kingfisher Daisy #682C8C

Tints of Kingfisher Daisy #682C8C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 48.61%

R = 36.11%
G = 15.28%
B = 48.61%

CMYK

 C value IS 0.26

 M value IS 0.69

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#682C8C (or 0x682C8C) is known color: Kingfisher Daisy. HEX triplet: 68, 2C and 8C. RGB value is (104,44,140). Sum of RGB (Red+Green+Blue) = 104+44+140=288 (38% of max value = 765). Red value is 104 (41.02% from 255 or 36.11% from 288); Green value is 44 (17.58% from 255 or 15.28% from 288); Blue value is 140 (55.08% from 255 or 48.61% from 288); Max value from RGB is 140 - color contains mainly: blue. Hex color #682C8C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #682C8C is #97D373. Grayscale: #484848. Windows color (decimal): -9950068 or 9186408. OLE color: 9186408.

HSL color Cylindrical-coordinate representation of color #682C8C: hue angle of 277.5º degrees, saturation: 0.52, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #682C8C is Cyan = 0.26, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 104 44 140 -
CMYK 0.26 0.69 0 0.45
HSL 277.5º 0.52% 0.36% -
HSV(B) 277.5º 0.69% 0.55% -
XYZ 11.34 6.64 25.49 -
YUV 72.88 165.88 150.19 -
System Red Green Blue C M Y K H S L
Decimal 104 44 140 0.26 0.69 0 0.45 277.5 0.52 0.36
Hex 68 2C 8C 1A 45 0 2D 116 34 24
Octal 150 54 214 32 105 0 55 426 64 44
Binary 1101000 101100 10001100 11010 1000101 0 101101 100010110 110100 100100

Color Harmonies of #682C8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #682C8C

Black with #682C8C

Text Example


Text Example

White with #682C8C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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