Html Css Color HEX #68348B Kingfisher Daisy

📋 copy color: '#68348B'

red 104 ◦ green 52 ◦ blue 139

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

Shades of Kingfisher Daisy #68348B

Tints of Kingfisher Daisy #68348B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 47.12%

R = 35.25%
G = 17.63%
B = 47.12%

CMYK

 C value IS 0.25

 M value IS 0.63

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#68348B (or 0x68348B) is known color: Kingfisher Daisy. HEX triplet: 68, 34 and 8B. RGB value is (104,52,139). Sum of RGB (Red+Green+Blue) = 104+52+139=295 (39% of max value = 765). Red value is 104 (41.02% from 255 or 35.25% from 295); Green value is 52 (20.70% from 255 or 17.63% from 295); Blue value is 139 (54.69% from 255 or 47.12% from 295); Max value from RGB is 139 - color contains mainly: blue. Hex color #68348B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #68348B is #97CB74. Grayscale: #4D4D4D. Windows color (decimal): -9948021 or 9122920. OLE color: 9122920.

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

Color convert

RGB 104 52 139 -
CMYK 0.25 0.63 0 0.45
HSL 275.86º 0.46% 0.37% -
HSV(B) 275.86º 0.63% 0.55% -
XYZ 11.6 7.26 25.22 -
YUV 77.47 162.73 146.93 -
System Red Green Blue C M Y K H S L
Decimal 104 52 139 0.25 0.63 0 0.45 275.86 0.46 0.37
Hex 68 34 8B 19 3F 0 2D 114 2E 25
Octal 150 64 213 31 77 0 55 424 56 45
Binary 1101000 110100 10001011 11001 111111 0 101101 100010100 101110 100101

Color Harmonies of #68348B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68348B

Black with #68348B

Text Example


Text Example

White with #68348B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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