Html Css Color HEX #68348E Kingfisher Daisy

📋 copy color: '#68348E'

red 104 ◦ green 52 ◦ blue 142

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

Shades of Kingfisher Daisy #68348E

Tints of Kingfisher Daisy #68348E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 47.65%

R = 34.9%
G = 17.45%
B = 47.65%

CMYK

 C value IS 0.27

 M value IS 0.63

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#68348E (or 0x68348E) is known color: Kingfisher Daisy. HEX triplet: 68, 34 and 8E. RGB value is (104,52,142). Sum of RGB (Red+Green+Blue) = 104+52+142=298 (39% of max value = 765). Red value is 104 (41.02% from 255 or 34.90% from 298); Green value is 52 (20.70% from 255 or 17.45% from 298); Blue value is 142 (55.86% from 255 or 47.65% from 298); Max value from RGB is 142 - color contains mainly: blue. Hex color #68348E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #68348E is #97CB71. Grayscale: #4D4D4D. Windows color (decimal): -9948018 or 9319528. OLE color: 9319528.

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

Color convert

RGB 104 52 142 -
CMYK 0.27 0.63 0 0.44
HSL 274.67º 0.46% 0.38% -
HSV(B) 274.67º 0.63% 0.56% -
XYZ 11.82 7.35 26.39 -
YUV 77.81 164.23 146.68 -
System Red Green Blue C M Y K H S L
Decimal 104 52 142 0.27 0.63 0 0.44 274.67 0.46 0.38
Hex 68 34 8E 1B 3F 0 2C 113 2E 26
Octal 150 64 216 33 77 0 54 423 56 46
Binary 1101000 110100 10001110 11011 111111 0 101100 100010011 101110 100110

Color Harmonies of #68348E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68348E

Black with #68348E

Text Example


Text Example

White with #68348E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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