Html Css Color HEX #682990 Kingfisher Daisy

📋 copy color: '#682990'

red 104 ◦ green 41 ◦ blue 144

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

Shades of Kingfisher Daisy #682990

Tints of Kingfisher Daisy #682990

RGB

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

 GREEN value IS 41 (16.41% from 255) = 14.19%

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

R = 35.99%
G = 14.19%
B = 49.83%

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

#682990 (or 0x682990) is known color: Kingfisher Daisy. HEX triplet: 68, 29 and 90. RGB value is (104,41,144). Sum of RGB (Red+Green+Blue) = 104+41+144=289 (38% of max value = 765). Red value is 104 (41.02% from 255 or 35.99% from 289); Green value is 41 (16.41% from 255 or 14.19% from 289); Blue value is 144 (56.64% from 255 or 49.83% from 289); Max value from RGB is 144 - color contains mainly: blue. Hex color #682990 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #682990 is #97D66F. Grayscale: #474747. Windows color (decimal): -9950832 or 9447784. OLE color: 9447784.

HSL color Cylindrical-coordinate representation of color #682990: hue angle of 276.7º degrees, saturation: 0.56, 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 #682990 is Cyan = 0.28, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 104 41 144 -
CMYK 0.28 0.72 0 0.44
HSL 276.7º 0.56% 0.36% -
HSV(B) 276.7º 0.72% 0.56% -
XYZ 11.54 6.54 27.04 -
YUV 71.58 168.87 151.12 -
System Red Green Blue C M Y K H S L
Decimal 104 41 144 0.28 0.72 0 0.44 276.7 0.56 0.36
Hex 68 29 90 1C 48 0 2C 115 38 24
Octal 150 51 220 34 110 0 54 425 70 44
Binary 1101000 101001 10010000 11100 1001000 0 101100 100010101 111000 100100

Color Harmonies of #682990

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #682990

Black with #682990

Text Example


Text Example

White with #682990

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #682990; }

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

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

background-color css

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

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

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

border-color css

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

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

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