Html Css Color HEX #68368D Kingfisher Daisy

📋 copy color: '#68368D'

red 104 ◦ green 54 ◦ blue 141

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

Shades of Kingfisher Daisy #68368D

Tints of Kingfisher Daisy #68368D

RGB

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

 GREEN value IS 54 (21.48% from 255) = 18.06%

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

R = 34.78%
G = 18.06%
B = 47.16%

CMYK

 C value IS 0.26

 M value IS 0.62

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#68368D (or 0x68368D) is known color: Kingfisher Daisy. HEX triplet: 68, 36 and 8D. RGB value is (104,54,141). Sum of RGB (Red+Green+Blue) = 104+54+141=299 (39% of max value = 765). Red value is 104 (41.02% from 255 or 34.78% from 299); Green value is 54 (21.48% from 255 or 18.06% from 299); Blue value is 141 (55.47% from 255 or 47.16% from 299); Max value from RGB is 141 - color contains mainly: blue. Hex color #68368D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #68368D is #97C972. Grayscale: #4E4E4E. Windows color (decimal): -9947507 or 9254504. OLE color: 9254504.

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

Color convert

RGB 104 54 141 -
CMYK 0.26 0.62 0 0.45
HSL 274.48º 0.45% 0.38% -
HSV(B) 274.48º 0.62% 0.55% -
XYZ 11.84 7.5 26.02 -
YUV 78.87 163.07 145.93 -
System Red Green Blue C M Y K H S L
Decimal 104 54 141 0.26 0.62 0 0.45 274.48 0.45 0.38
Hex 68 36 8D 1A 3E 0 2D 112 2D 26
Octal 150 66 215 32 76 0 55 422 55 46
Binary 1101000 110110 10001101 11010 111110 0 101101 100010010 101101 100110

Color Harmonies of #68368D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68368D

Black with #68368D

Text Example


Text Example

White with #68368D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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