Html Css Color HEX #68328A Kingfisher Daisy

📋 copy color: '#68328A'

red 104 ◦ green 50 ◦ blue 138

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

Shades of Kingfisher Daisy #68328A

Tints of Kingfisher Daisy #68328A

RGB

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

 GREEN value IS 50 (19.92% from 255) = 17.12%

 BLUE value IS 138 (54.3% from 255) = 47.26%

R = 35.62%
G = 17.12%
B = 47.26%

CMYK

 C value IS 0.25

 M value IS 0.64

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#68328A (or 0x68328A) is known color: Kingfisher Daisy. HEX triplet: 68, 32 and 8A. RGB value is (104,50,138). Sum of RGB (Red+Green+Blue) = 104+50+138=292 (38% of max value = 765). Red value is 104 (41.02% from 255 or 35.62% from 292); Green value is 50 (19.92% from 255 or 17.12% from 292); Blue value is 138 (54.30% from 255 or 47.26% from 292); Max value from RGB is 138 - color contains mainly: blue. Hex color #68328A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #68328A is #97CD75. Grayscale: #4B4B4B. Windows color (decimal): -9948534 or 9056872. OLE color: 9056872.

HSL color Cylindrical-coordinate representation of color #68328A: hue angle of 276.82º degrees, saturation: 0.47, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #68328A is Cyan = 0.25, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 104 50 138 -
CMYK 0.25 0.64 0 0.46
HSL 276.82º 0.47% 0.37% -
HSV(B) 276.82º 0.64% 0.54% -
XYZ 11.44 7.06 24.8 -
YUV 76.18 162.89 147.84 -
System Red Green Blue C M Y K H S L
Decimal 104 50 138 0.25 0.64 0 0.46 276.82 0.47 0.37
Hex 68 32 8A 19 40 0 2E 115 2F 25
Octal 150 62 212 31 100 0 56 425 57 45
Binary 1101000 110010 10001010 11001 1000000 0 101110 100010101 101111 100101

Color Harmonies of #68328A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68328A

Black with #68328A

Text Example


Text Example

White with #68328A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #68328A; }

 p { color: rgb(104,50,138); }

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

background-color css

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

 a { background-color: rgb(104,50,138); }

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

border-color css

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

 span { border-color: rgb(104,50,138); }

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