Html Css Color HEX #68358A Kingfisher Daisy

📋 copy color: '#68358A'

red 104 ◦ green 53 ◦ blue 138

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

Shades of Kingfisher Daisy #68358A

Tints of Kingfisher Daisy #68358A

RGB

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

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

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

R = 35.25%
G = 17.97%
B = 46.78%

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

#68358A (or 0x68358A) is known color: Kingfisher Daisy. HEX triplet: 68, 35 and 8A. RGB value is (104,53,138). Sum of RGB (Red+Green+Blue) = 104+53+138=295 (39% of max value = 765). Red value is 104 (41.02% from 255 or 35.25% from 295); Green value is 53 (21.09% from 255 or 17.97% from 295); Blue value is 138 (54.30% from 255 or 46.78% from 295); Max value from RGB is 138 - color contains mainly: blue. Hex color #68358A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #68358A is #97CA75. Grayscale: #4D4D4D. Windows color (decimal): -9947766 or 9057640. OLE color: 9057640.

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

Color convert

RGB 104 53 138 -
CMYK 0.25 0.62 0 0.46
HSL 276º 0.45% 0.37% -
HSV(B) 276º 0.62% 0.54% -
XYZ 11.57 7.32 24.85 -
YUV 77.94 161.9 146.59 -
System Red Green Blue C M Y K H S L
Decimal 104 53 138 0.25 0.62 0 0.46 276 0.45 0.37
Hex 68 35 8A 19 3E 0 2E 114 2D 25
Octal 150 65 212 31 76 0 56 424 55 45
Binary 1101000 110101 10001010 11001 111110 0 101110 100010100 101101 100101

Color Harmonies of #68358A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68358A

Black with #68358A

Text Example


Text Example

White with #68358A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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