Html Css Color HEX #68338E Kingfisher Daisy

📋 copy color: '#68338E'

red 104 ◦ green 51 ◦ blue 142

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

Shades of Kingfisher Daisy #68338E

Tints of Kingfisher Daisy #68338E

RGB

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

 GREEN value IS 51 (20.31% from 255) = 17.17%

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

R = 35.02%
G = 17.17%
B = 47.81%

CMYK

 C value IS 0.27

 M value IS 0.64

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#68338E (or 0x68338E) is known color: Kingfisher Daisy. HEX triplet: 68, 33 and 8E. RGB value is (104,51,142). Sum of RGB (Red+Green+Blue) = 104+51+142=297 (39% of max value = 765). Red value is 104 (41.02% from 255 or 35.02% from 297); Green value is 51 (20.31% from 255 or 17.17% from 297); Blue value is 142 (55.86% from 255 or 47.81% from 297); Max value from RGB is 142 - color contains mainly: blue. Hex color #68338E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #68338E is #97CC71. Grayscale: #4C4C4C. Windows color (decimal): -9948274 or 9319272. OLE color: 9319272.

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

Color convert

RGB 104 51 142 -
CMYK 0.27 0.64 0 0.44
HSL 274.95º 0.47% 0.38% -
HSV(B) 274.95º 0.64% 0.56% -
XYZ 11.78 7.26 26.37 -
YUV 77.22 164.56 147.1 -
System Red Green Blue C M Y K H S L
Decimal 104 51 142 0.27 0.64 0 0.44 274.95 0.47 0.38
Hex 68 33 8E 1B 40 0 2C 113 2F 26
Octal 150 63 216 33 100 0 54 423 57 46
Binary 1101000 110011 10001110 11011 1000000 0 101100 100010011 101111 100110

Color Harmonies of #68338E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68338E

Black with #68338E

Text Example


Text Example

White with #68338E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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