Html Css Color HEX #68348D Kingfisher Daisy

📋 copy color: '#68348D'

red 104 ◦ green 52 ◦ blue 141

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

Shades of Kingfisher Daisy #68348D

Tints of Kingfisher Daisy #68348D

RGB

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

 GREEN value IS 52 (20.7% from 255) = 17.51%

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

R = 35.02%
G = 17.51%
B = 47.47%

CMYK

 C value IS 0.26

 M value IS 0.63

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#68348D (or 0x68348D) is known color: Kingfisher Daisy. HEX triplet: 68, 34 and 8D. RGB value is (104,52,141). Sum of RGB (Red+Green+Blue) = 104+52+141=297 (39% of max value = 765). Red value is 104 (41.02% from 255 or 35.02% from 297); Green value is 52 (20.70% from 255 or 17.51% from 297); Blue value is 141 (55.47% from 255 or 47.47% from 297); Max value from RGB is 141 - color contains mainly: blue. Hex color #68348D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #68348D is #97CB72. Grayscale: #4D4D4D. Windows color (decimal): -9948019 or 9253992. OLE color: 9253992.

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

Color convert

RGB 104 52 141 -
CMYK 0.26 0.63 0 0.45
HSL 275.06º 0.46% 0.38% -
HSV(B) 275.06º 0.63% 0.55% -
XYZ 11.74 7.32 25.99 -
YUV 77.69 163.73 146.76 -
System Red Green Blue C M Y K H S L
Decimal 104 52 141 0.26 0.63 0 0.45 275.06 0.46 0.38
Hex 68 34 8D 1A 3F 0 2D 113 2E 26
Octal 150 64 215 32 77 0 55 423 56 46
Binary 1101000 110100 10001101 11010 111111 0 101101 100010011 101110 100110

Color Harmonies of #68348D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68348D

Black with #68348D

Text Example


Text Example

White with #68348D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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