#682194

Color #682194 Kingfisher Daisy (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Kingfisher Daisy #682194

Tints of Kingfisher Daisy #682194

Color information

#682194 (or 0x682194) is unknown color: approx 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

RGB10433148-
CMYK0.300.7800.42
HSL277.04º63.54%35.49%-
HSV(B)277.04º77.7%58.04%-
XYZ11.66.1728.6-
YUV67.34173.52154.15-

RGB Variations

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

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.20% from 255) = 51.93%
R=36.49%
G=11.58%
B=51.93%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal104331480.300.7800.42277.0463.5435.49
Hex6821941E4E02A1154023
Octal150412243611605242510043
Binary11010001000011001010011110100111001010101000101011000000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #682194

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>