Html Css Color HEX #68328D Kingfisher Daisy

📋 copy color: '#68328D'

red 104 ◦ green 50 ◦ blue 141

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

Shades of Kingfisher Daisy #68328D

Tints of Kingfisher Daisy #68328D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 47.8%

R = 35.25%
G = 16.95%
B = 47.8%

CMYK

 C value IS 0.26

 M value IS 0.65

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#68328D (or 0x68328D) is known color: Kingfisher Daisy. HEX triplet: 68, 32 and 8D. RGB value is (104,50,141). Sum of RGB (Red+Green+Blue) = 104+50+141=295 (39% of max value = 765). Red value is 104 (41.02% from 255 or 35.25% from 295); Green value is 50 (19.92% from 255 or 16.95% from 295); Blue value is 141 (55.47% from 255 or 47.80% from 295); Max value from RGB is 141 - color contains mainly: blue. Hex color #68328D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #68328D is #97CD72. Grayscale: #4C4C4C. Windows color (decimal): -9948531 or 9253480. OLE color: 9253480.

HSL color Cylindrical-coordinate representation of color #68328D: hue angle of 275.6º degrees, saturation: 0.48, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #68328D is Cyan = 0.26, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 104 50 141 -
CMYK 0.26 0.65 0 0.45
HSL 275.6º 0.48% 0.37% -
HSV(B) 275.6º 0.65% 0.55% -
XYZ 11.66 7.15 25.96 -
YUV 76.52 164.39 147.6 -
System Red Green Blue C M Y K H S L
Decimal 104 50 141 0.26 0.65 0 0.45 275.6 0.48 0.37
Hex 68 32 8D 1A 41 0 2D 114 30 25
Octal 150 62 215 32 101 0 55 424 60 45
Binary 1101000 110010 10001101 11010 1000001 0 101101 100010100 110000 100101

Color Harmonies of #68328D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68328D

Black with #68328D

Text Example


Text Example

White with #68328D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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