Html Css Color HEX #682886 Kingfisher Daisy

📋 copy color: '#682886'

red 104 ◦ green 40 ◦ blue 134

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

Shades of Kingfisher Daisy #682886

Tints of Kingfisher Daisy #682886

RGB

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

 GREEN value IS 40 (16.02% from 255) = 14.39%

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

R = 37.41%
G = 14.39%
B = 48.2%

CMYK

 C value IS 0.22

 M value IS 0.70

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#682886 (or 0x682886) is known color: Kingfisher Daisy. HEX triplet: 68, 28 and 86. RGB value is (104,40,134). Sum of RGB (Red+Green+Blue) = 104+40+134=278 (36% of max value = 765). Red value is 104 (41.02% from 255 or 37.41% from 278); Green value is 40 (16.02% from 255 or 14.39% from 278); Blue value is 134 (52.73% from 255 or 48.20% from 278); Max value from RGB is 134 - color contains mainly: blue. Hex color #682886 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #682886 is #97D779. Grayscale: #454545. Windows color (decimal): -9951098 or 8792168. OLE color: 8792168.

HSL color Cylindrical-coordinate representation of color #682886: hue angle of 280.85º degrees, saturation: 0.54, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #682886 is Cyan = 0.22, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 104 40 134 -
CMYK 0.22 0.70 0 0.47
HSL 280.85º 0.54% 0.34% -
HSV(B) 280.85º 0.7% 0.53% -
XYZ 10.77 6.18 23.18 -
YUV 69.85 164.2 152.36 -
System Red Green Blue C M Y K H S L
Decimal 104 40 134 0.22 0.70 0 0.47 280.85 0.54 0.34
Hex 68 28 86 16 46 0 2F 119 36 22
Octal 150 50 206 26 106 0 57 431 66 42
Binary 1101000 101000 10000110 10110 1000110 0 101111 100011001 110110 100010

Color Harmonies of #682886

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #682886

Black with #682886

Text Example


Text Example

White with #682886

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #682886; }

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

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

background-color css

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

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

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

border-color css

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

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

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