Html Css Color HEX #682890 Kingfisher Daisy

📋 copy color: '#682890'

red 104 ◦ green 40 ◦ blue 144

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

Shades of Kingfisher Daisy #682890

Tints of Kingfisher Daisy #682890

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 50%

R = 36.11%
G = 13.89%
B = 50%

CMYK

 C value IS 0.28

 M value IS 0.72

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#682890 (or 0x682890) is known color: Kingfisher Daisy. HEX triplet: 68, 28 and 90. RGB value is (104,40,144). Sum of RGB (Red+Green+Blue) = 104+40+144=288 (38% of max value = 765). Red value is 104 (41.02% from 255 or 36.11% from 288); Green value is 40 (16.02% from 255 or 13.89% from 288); Blue value is 144 (56.64% from 255 or 50% from 288); Max value from RGB is 144 - color contains mainly: blue. Hex color #682890 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #682890 is #97D76F. Grayscale: #464646. Windows color (decimal): -9951088 or 9447528. OLE color: 9447528.

HSL color Cylindrical-coordinate representation of color #682890: hue angle of 276.92º degrees, saturation: 0.57, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #682890 is Cyan = 0.28, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 104 40 144 -
CMYK 0.28 0.72 0 0.44
HSL 276.92º 0.57% 0.36% -
HSV(B) 276.92º 0.72% 0.56% -
XYZ 11.5 6.47 27.03 -
YUV 70.99 169.2 151.54 -
System Red Green Blue C M Y K H S L
Decimal 104 40 144 0.28 0.72 0 0.44 276.92 0.57 0.36
Hex 68 28 90 1C 48 0 2C 115 39 24
Octal 150 50 220 34 110 0 54 425 71 44
Binary 1101000 101000 10010000 11100 1001000 0 101100 100010101 111001 100100

Color Harmonies of #682890

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #682890

Black with #682890

Text Example


Text Example

White with #682890

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #682890; }

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

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

background-color css

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

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

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

border-color css

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

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

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