Html Css Color HEX #682186 Kingfisher Daisy

📋 copy color: '#682186'

red 104 ◦ green 33 ◦ blue 134

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

Shades of Kingfisher Daisy #682186

Tints of Kingfisher Daisy #682186

RGB

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

 GREEN value IS 33 (13.28% from 255) = 12.18%

 BLUE value IS 134 (52.73% from 255) = 49.45%

R = 38.38%
G = 12.18%
B = 49.45%

CMYK

 C value IS 0.22

 M value IS 0.75

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#682186 (or 0x682186) is known color: Kingfisher Daisy. HEX triplet: 68, 21 and 86. RGB value is (104,33,134). Sum of RGB (Red+Green+Blue) = 104+33+134=271 (35% of max value = 765). Red value is 104 (41.02% from 255 or 38.38% from 271); Green value is 33 (13.28% from 255 or 12.18% from 271); Blue value is 134 (52.73% from 255 or 49.45% from 271); Max value from RGB is 134 - color contains mainly: blue. Hex color #682186 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #682186 is #97DE79. Grayscale: #414141. Windows color (decimal): -9952890 or 8790376. OLE color: 8790376.

HSL color Cylindrical-coordinate representation of color #682186: hue angle of 282.18º degrees, saturation: 0.6, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #682186 is Cyan = 0.22, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 104 33 134 -
CMYK 0.22 0.75 0 0.47
HSL 282.18º 0.6% 0.33% -
HSV(B) 282.18º 0.75% 0.53% -
XYZ 10.56 5.75 23.11 -
YUV 65.74 166.52 155.29 -
System Red Green Blue C M Y K H S L
Decimal 104 33 134 0.22 0.75 0 0.47 282.18 0.6 0.33
Hex 68 21 86 16 4B 0 2F 11A 3C 21
Octal 150 41 206 26 113 0 57 432 74 41
Binary 1101000 100001 10000110 10110 1001011 0 101111 100011010 111100 100001

Color Harmonies of #682186

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #682186

Black with #682186

Text Example


Text Example

White with #682186

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #682186; }

 p { color: rgb(104,33,134); }

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

background-color css

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

 a { background-color: rgb(104,33,134); }

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

border-color css

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

 span { border-color: rgb(104,33,134); }

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