Html Css Color HEX #68338A Kingfisher Daisy

📋 copy color: '#68338A'

red 104 ◦ green 51 ◦ blue 138

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

Shades of Kingfisher Daisy #68338A

Tints of Kingfisher Daisy #68338A

RGB

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

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

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

R = 35.49%
G = 17.41%
B = 47.1%

CMYK

 C value IS 0.25

 M value IS 0.63

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#68338A (or 0x68338A) is known color: Kingfisher Daisy. HEX triplet: 68, 33 and 8A. RGB value is (104,51,138). Sum of RGB (Red+Green+Blue) = 104+51+138=293 (38% of max value = 765). Red value is 104 (41.02% from 255 or 35.49% from 293); Green value is 51 (20.31% from 255 or 17.41% from 293); Blue value is 138 (54.30% from 255 or 47.10% from 293); Max value from RGB is 138 - color contains mainly: blue. Hex color #68338A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #68338A is #97CC75. Grayscale: #4C4C4C. Windows color (decimal): -9948278 or 9057128. OLE color: 9057128.

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

Color convert

RGB 104 51 138 -
CMYK 0.25 0.63 0 0.46
HSL 276.55º 0.46% 0.37% -
HSV(B) 276.55º 0.63% 0.54% -
XYZ 11.48 7.15 24.82 -
YUV 76.77 162.56 147.43 -
System Red Green Blue C M Y K H S L
Decimal 104 51 138 0.25 0.63 0 0.46 276.55 0.46 0.37
Hex 68 33 8A 19 3F 0 2E 115 2E 25
Octal 150 63 212 31 77 0 56 425 56 45
Binary 1101000 110011 10001010 11001 111111 0 101110 100010101 101110 100101

Color Harmonies of #68338A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68338A

Black with #68338A

Text Example


Text Example

White with #68338A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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