Html Css Color HEX #682686 Kingfisher Daisy

📋 copy color: '#682686'

red 104 ◦ green 38 ◦ blue 134

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

Shades of Kingfisher Daisy #682686

Tints of Kingfisher Daisy #682686

RGB

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

 GREEN value IS 38 (15.23% from 255) = 13.77%

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

R = 37.68%
G = 13.77%
B = 48.55%

CMYK

 C value IS 0.22

 M value IS 0.72

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#682686 (or 0x682686) is known color: Kingfisher Daisy. HEX triplet: 68, 26 and 86. RGB value is (104,38,134). Sum of RGB (Red+Green+Blue) = 104+38+134=276 (36% of max value = 765). Red value is 104 (41.02% from 255 or 37.68% from 276); Green value is 38 (15.23% from 255 or 13.77% from 276); Blue value is 134 (52.73% from 255 or 48.55% from 276); Max value from RGB is 134 - color contains mainly: blue. Hex color #682686 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #682686 is #97D979. Grayscale: #444444. Windows color (decimal): -9951610 or 8791656. OLE color: 8791656.

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

Color convert

RGB 104 38 134 -
CMYK 0.22 0.72 0 0.47
HSL 281.25º 0.56% 0.34% -
HSV(B) 281.25º 0.72% 0.53% -
XYZ 10.71 6.05 23.16 -
YUV 68.68 164.87 153.19 -
System Red Green Blue C M Y K H S L
Decimal 104 38 134 0.22 0.72 0 0.47 281.25 0.56 0.34
Hex 68 26 86 16 48 0 2F 119 38 22
Octal 150 46 206 26 110 0 57 431 70 42
Binary 1101000 100110 10000110 10110 1001000 0 101111 100011001 111000 100010

Color Harmonies of #682686

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #682686

Black with #682686

Text Example


Text Example

White with #682686

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #682686; }

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

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

background-color css

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

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

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

border-color css

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

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

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