Html Css Color HEX #68348A Kingfisher Daisy

📋 copy color: '#68348A'

red 104 ◦ green 52 ◦ blue 138

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

Shades of Kingfisher Daisy #68348A

Tints of Kingfisher Daisy #68348A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 46.94%

R = 35.37%
G = 17.69%
B = 46.94%

CMYK

 C value IS 0.25

 M value IS 0.62

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#68348A (or 0x68348A) is known color: Kingfisher Daisy. HEX triplet: 68, 34 and 8A. RGB value is (104,52,138). Sum of RGB (Red+Green+Blue) = 104+52+138=294 (38% of max value = 765). Red value is 104 (41.02% from 255 or 35.37% from 294); Green value is 52 (20.70% from 255 or 17.69% from 294); Blue value is 138 (54.30% from 255 or 46.94% from 294); Max value from RGB is 138 - color contains mainly: blue. Hex color #68348A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #68348A is #97CB75. Grayscale: #4D4D4D. Windows color (decimal): -9948022 or 9057384. OLE color: 9057384.

HSL color Cylindrical-coordinate representation of color #68348A: hue angle of 276.28º degrees, saturation: 0.45, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #68348A is Cyan = 0.25, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 104 52 138 -
CMYK 0.25 0.62 0 0.46
HSL 276.28º 0.45% 0.37% -
HSV(B) 276.28º 0.62% 0.54% -
XYZ 11.52 7.23 24.83 -
YUV 77.35 162.23 147.01 -
System Red Green Blue C M Y K H S L
Decimal 104 52 138 0.25 0.62 0 0.46 276.28 0.45 0.37
Hex 68 34 8A 19 3E 0 2E 114 2D 25
Octal 150 64 212 31 76 0 56 424 55 45
Binary 1101000 110100 10001010 11001 111110 0 101110 100010100 101101 100101

Color Harmonies of #68348A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68348A

Black with #68348A

Text Example


Text Example

White with #68348A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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