Html Css Color HEX #68358B Kingfisher Daisy

📋 copy color: '#68358B'

red 104 ◦ green 53 ◦ blue 139

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

Shades of Kingfisher Daisy #68358B

Tints of Kingfisher Daisy #68358B

RGB

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

 GREEN value IS 53 (21.09% from 255) = 17.91%

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

R = 35.14%
G = 17.91%
B = 46.96%

CMYK

 C value IS 0.25

 M value IS 0.62

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#68358B (or 0x68358B) is known color: Kingfisher Daisy. HEX triplet: 68, 35 and 8B. RGB value is (104,53,139). Sum of RGB (Red+Green+Blue) = 104+53+139=296 (39% of max value = 765). Red value is 104 (41.02% from 255 or 35.14% from 296); Green value is 53 (21.09% from 255 or 17.91% from 296); Blue value is 139 (54.69% from 255 or 46.96% from 296); Max value from RGB is 139 - color contains mainly: blue. Hex color #68358B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #68358B is #97CA74. Grayscale: #4D4D4D. Windows color (decimal): -9947765 or 9123176. OLE color: 9123176.

HSL color Cylindrical-coordinate representation of color #68358B: hue angle of 275.58º 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 #68358B is Cyan = 0.25, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 104 53 139 -
CMYK 0.25 0.62 0 0.45
HSL 275.58º 0.45% 0.38% -
HSV(B) 275.58º 0.62% 0.55% -
XYZ 11.64 7.35 25.23 -
YUV 78.05 162.4 146.51 -
System Red Green Blue C M Y K H S L
Decimal 104 53 139 0.25 0.62 0 0.45 275.58 0.45 0.38
Hex 68 35 8B 19 3E 0 2D 114 2D 26
Octal 150 65 213 31 76 0 55 424 55 46
Binary 1101000 110101 10001011 11001 111110 0 101101 100010100 101101 100110

Color Harmonies of #68358B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68358B

Black with #68358B

Text Example


Text Example

White with #68358B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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