Html Css Color HEX #682194 Kingfisher Daisy

📋 copy color: '#682194'

red 104 ◦ green 33 ◦ blue 148

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

Shades of Kingfisher Daisy #682194

Tints of Kingfisher Daisy #682194

RGB

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

 GREEN value IS 33 (13.28% from 255) = 11.58%

 BLUE value IS 148 (58.2% from 255) = 51.93%

R = 36.49%
G = 11.58%
B = 51.93%

CMYK

 C value IS 0.30

 M value IS 0.78

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#682194 (or 0x682194) is known color: Kingfisher Daisy. HEX triplet: 68, 21 and 94. RGB value is (104,33,148). Sum of RGB (Red+Green+Blue) = 104+33+148=285 (37% of max value = 765). Red value is 104 (41.02% from 255 or 36.49% from 285); Green value is 33 (13.28% from 255 or 11.58% from 285); Blue value is 148 (58.20% from 255 or 51.93% from 285); Max value from RGB is 148 - color contains mainly: blue. Hex color #682194 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #682194 is #97DE6B. Grayscale: #424242. Windows color (decimal): -9952876 or 9707880. OLE color: 9707880.

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

Color convert

RGB 104 33 148 -
CMYK 0.30 0.78 0 0.42
HSL 277.04º 0.64% 0.35% -
HSV(B) 277.04º 0.78% 0.58% -
XYZ 11.6 6.17 28.6 -
YUV 67.34 173.52 154.15 -
System Red Green Blue C M Y K H S L
Decimal 104 33 148 0.30 0.78 0 0.42 277.04 0.64 0.35
Hex 68 21 94 1E 4E 0 2A 115 40 23
Octal 150 41 224 36 116 0 52 425 100 43
Binary 1101000 100001 10010100 11110 1001110 0 101010 100010101 1000000 100011

Color Harmonies of #682194

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #682194

Black with #682194

Text Example


Text Example

White with #682194

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #682194; }

 p { color: rgb(104,33,148); }

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

background-color css

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

 a { background-color: rgb(104,33,148); }

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

border-color css

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

 span { border-color: rgb(104,33,148); }

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