Html Css Color HEX #68368C Kingfisher Daisy

📋 copy color: '#68368C'

red 104 ◦ green 54 ◦ blue 140

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

Shades of Kingfisher Daisy #68368C

Tints of Kingfisher Daisy #68368C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 46.98%

R = 34.9%
G = 18.12%
B = 46.98%

CMYK

 C value IS 0.26

 M value IS 0.61

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#68368C (or 0x68368C) is known color: Kingfisher Daisy. HEX triplet: 68, 36 and 8C. RGB value is (104,54,140). Sum of RGB (Red+Green+Blue) = 104+54+140=298 (39% of max value = 765). Red value is 104 (41.02% from 255 or 34.90% from 298); Green value is 54 (21.48% from 255 or 18.12% from 298); Blue value is 140 (55.08% from 255 or 46.98% from 298); Max value from RGB is 140 - color contains mainly: blue. Hex color #68368C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #68368C is #97C973. Grayscale: #4E4E4E. Windows color (decimal): -9947508 or 9188968. OLE color: 9188968.

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

Color convert

RGB 104 54 140 -
CMYK 0.26 0.61 0 0.45
HSL 274.88º 0.44% 0.38% -
HSV(B) 274.88º 0.61% 0.55% -
XYZ 11.76 7.47 25.63 -
YUV 78.75 162.57 146.01 -
System Red Green Blue C M Y K H S L
Decimal 104 54 140 0.26 0.61 0 0.45 274.88 0.44 0.38
Hex 68 36 8C 1A 3D 0 2D 113 2C 26
Octal 150 66 214 32 75 0 55 423 54 46
Binary 1101000 110110 10001100 11010 111101 0 101101 100010011 101100 100110

Color Harmonies of #68368C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68368C

Black with #68368C

Text Example


Text Example

White with #68368C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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