Html Css Color HEX #68218E Kingfisher Daisy

📋 copy color: '#68218E'

red 104 ◦ green 33 ◦ blue 142

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

Shades of Kingfisher Daisy #68218E

Tints of Kingfisher Daisy #68218E

RGB

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

 GREEN value IS 33 (13.28% from 255) = 11.83%

 BLUE value IS 142 (55.86% from 255) = 50.9%

R = 37.28%
G = 11.83%
B = 50.9%

CMYK

 C value IS 0.27

 M value IS 0.77

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#68218E (or 0x68218E) is known color: Kingfisher Daisy. HEX triplet: 68, 21 and 8E. RGB value is (104,33,142). Sum of RGB (Red+Green+Blue) = 104+33+142=279 (36% of max value = 765). Red value is 104 (41.02% from 255 or 37.28% from 279); Green value is 33 (13.28% from 255 or 11.83% from 279); Blue value is 142 (55.86% from 255 or 50.90% from 279); Max value from RGB is 142 - color contains mainly: blue. Hex color #68218E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #68218E is #97DE71. Grayscale: #424242. Windows color (decimal): -9952882 or 9314664. OLE color: 9314664.

HSL color Cylindrical-coordinate representation of color #68218E: hue angle of 279.08º degrees, saturation: 0.62, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #68218E is Cyan = 0.27, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 104 33 142 -
CMYK 0.27 0.77 0 0.44
HSL 279.08º 0.62% 0.34% -
HSV(B) 279.08º 0.77% 0.56% -
XYZ 11.14 5.98 26.16 -
YUV 66.66 170.52 154.64 -
System Red Green Blue C M Y K H S L
Decimal 104 33 142 0.27 0.77 0 0.44 279.08 0.62 0.34
Hex 68 21 8E 1B 4D 0 2C 117 3E 22
Octal 150 41 216 33 115 0 54 427 76 42
Binary 1101000 100001 10001110 11011 1001101 0 101100 100010111 111110 100010

Color Harmonies of #68218E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68218E

Black with #68218E

Text Example


Text Example

White with #68218E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #68218E; }

 p { color: rgb(104,33,142); }

 H1.HeaderClassName
 {
   color: #68218E;
 }
 .AnyTagClassName
 {
   color: #68218E;
 }
</style>

background-color css

<style>
 a { background-color: #68218E; }

 a { background-color: rgb(104,33,142); }

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

border-color css

<style>
 span { border-color: #68218E; }

 span { border-color: rgb(104,33,142); }

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