Html Css Color HEX #68308A Kingfisher Daisy

📋 copy color: '#68308A'

red 104 ◦ green 48 ◦ blue 138

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

Shades of Kingfisher Daisy #68308A

Tints of Kingfisher Daisy #68308A

RGB

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

 GREEN value IS 48 (19.14% from 255) = 16.55%

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

R = 35.86%
G = 16.55%
B = 47.59%

CMYK

 C value IS 0.25

 M value IS 0.65

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#68308A (or 0x68308A) is known color: Kingfisher Daisy. HEX triplet: 68, 30 and 8A. RGB value is (104,48,138). Sum of RGB (Red+Green+Blue) = 104+48+138=290 (38% of max value = 765). Red value is 104 (41.02% from 255 or 35.86% from 290); Green value is 48 (19.14% from 255 or 16.55% from 290); Blue value is 138 (54.30% from 255 or 47.59% from 290); Max value from RGB is 138 - color contains mainly: blue. Hex color #68308A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #68308A is #97CF75. Grayscale: #4A4A4A. Windows color (decimal): -9949046 or 9056360. OLE color: 9056360.

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

Color convert

RGB 104 48 138 -
CMYK 0.25 0.65 0 0.46
HSL 277.33º 0.48% 0.36% -
HSV(B) 277.33º 0.65% 0.54% -
XYZ 11.35 6.89 24.78 -
YUV 75 163.55 148.68 -
System Red Green Blue C M Y K H S L
Decimal 104 48 138 0.25 0.65 0 0.46 277.33 0.48 0.36
Hex 68 30 8A 19 41 0 2E 115 30 24
Octal 150 60 212 31 101 0 56 425 60 44
Binary 1101000 110000 10001010 11001 1000001 0 101110 100010101 110000 100100

Color Harmonies of #68308A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68308A

Black with #68308A

Text Example


Text Example

White with #68308A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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