Html Css Color HEX #68208A Kingfisher Daisy

📋 copy color: '#68208A'

red 104 ◦ green 32 ◦ blue 138

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

Shades of Kingfisher Daisy #68208A

Tints of Kingfisher Daisy #68208A

RGB

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

 GREEN value IS 32 (12.89% from 255) = 11.68%

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

R = 37.96%
G = 11.68%
B = 50.36%

CMYK

 C value IS 0.25

 M value IS 0.77

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#68208A (or 0x68208A) is known color: Kingfisher Daisy. HEX triplet: 68, 20 and 8A. RGB value is (104,32,138). Sum of RGB (Red+Green+Blue) = 104+32+138=274 (36% of max value = 765). Red value is 104 (41.02% from 255 or 37.96% from 274); Green value is 32 (12.89% from 255 or 11.68% from 274); Blue value is 138 (54.30% from 255 or 50.36% from 274); Max value from RGB is 138 - color contains mainly: blue. Hex color #68208A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #68208A is #97DF75. Grayscale: #414141. Windows color (decimal): -9953142 or 9052264. OLE color: 9052264.

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

Color convert

RGB 104 32 138 -
CMYK 0.25 0.77 0 0.46
HSL 280.75º 0.62% 0.33% -
HSV(B) 280.75º 0.77% 0.54% -
XYZ 10.81 5.81 24.6 -
YUV 65.61 168.85 155.38 -
System Red Green Blue C M Y K H S L
Decimal 104 32 138 0.25 0.77 0 0.46 280.75 0.62 0.33
Hex 68 20 8A 19 4D 0 2E 119 3E 21
Octal 150 40 212 31 115 0 56 431 76 41
Binary 1101000 100000 10001010 11001 1001101 0 101110 100011001 111110 100001

Color Harmonies of #68208A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68208A

Black with #68208A

Text Example


Text Example

White with #68208A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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