Html Css Color HEX #682091 Kingfisher Daisy

📋 copy color: '#682091'

red 104 ◦ green 32 ◦ blue 145

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

Shades of Kingfisher Daisy #682091

Tints of Kingfisher Daisy #682091

RGB

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

 GREEN value IS 32 (12.89% from 255) = 11.39%

 BLUE value IS 145 (57.03% from 255) = 51.6%

R = 37.01%
G = 11.39%
B = 51.6%

CMYK

 C value IS 0.28

 M value IS 0.78

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#682091 (or 0x682091) is known color: Kingfisher Daisy. HEX triplet: 68, 20 and 91. RGB value is (104,32,145). Sum of RGB (Red+Green+Blue) = 104+32+145=281 (37% of max value = 765). Red value is 104 (41.02% from 255 or 37.01% from 281); Green value is 32 (12.89% from 255 or 11.39% from 281); Blue value is 145 (57.03% from 255 or 51.60% from 281); Max value from RGB is 145 - color contains mainly: blue. Hex color #682091 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #682091 is #97DF6E. Grayscale: #424242. Windows color (decimal): -9953135 or 9511016. OLE color: 9511016.

HSL color Cylindrical-coordinate representation of color #682091: hue angle of 278.23º degrees, saturation: 0.64, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #682091 is Cyan = 0.28, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 104 32 145 -
CMYK 0.28 0.78 0 0.43
HSL 278.23º 0.64% 0.35% -
HSV(B) 278.23º 0.78% 0.57% -
XYZ 11.34 6.02 27.35 -
YUV 66.41 172.35 154.81 -
System Red Green Blue C M Y K H S L
Decimal 104 32 145 0.28 0.78 0 0.43 278.23 0.64 0.35
Hex 68 20 91 1C 4E 0 2B 116 40 23
Octal 150 40 221 34 116 0 53 426 100 43
Binary 1101000 100000 10010001 11100 1001110 0 101011 100010110 1000000 100011

Color Harmonies of #682091

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #682091

Black with #682091

Text Example


Text Example

White with #682091

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #682091; }

 p { color: rgb(104,32,145); }

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

background-color css

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

 a { background-color: rgb(104,32,145); }

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

border-color css

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

 span { border-color: rgb(104,32,145); }

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