Html Css Color HEX #68258F Kingfisher Daisy

📋 copy color: '#68258F'

red 104 ◦ green 37 ◦ blue 143

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

Shades of Kingfisher Daisy #68258F

Tints of Kingfisher Daisy #68258F

RGB

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

 GREEN value IS 37 (14.84% from 255) = 13.03%

 BLUE value IS 143 (56.25% from 255) = 50.35%

R = 36.62%
G = 13.03%
B = 50.35%

CMYK

 C value IS 0.27

 M value IS 0.74

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#68258F (or 0x68258F) is known color: Kingfisher Daisy. HEX triplet: 68, 25 and 8F. RGB value is (104,37,143). Sum of RGB (Red+Green+Blue) = 104+37+143=284 (37% of max value = 765). Red value is 104 (41.02% from 255 or 36.62% from 284); Green value is 37 (14.84% from 255 or 13.03% from 284); Blue value is 143 (56.25% from 255 or 50.35% from 284); Max value from RGB is 143 - color contains mainly: blue. Hex color #68258F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #68258F is #97DA70. Grayscale: #444444. Windows color (decimal): -9951857 or 9381224. OLE color: 9381224.

HSL color Cylindrical-coordinate representation of color #68258F: hue angle of 277.92º degrees, saturation: 0.59, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #68258F is Cyan = 0.27, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 104 37 143 -
CMYK 0.27 0.74 0 0.44
HSL 277.92º 0.59% 0.35% -
HSV(B) 277.92º 0.74% 0.56% -
XYZ 11.33 6.25 26.6 -
YUV 69.12 169.7 152.88 -
System Red Green Blue C M Y K H S L
Decimal 104 37 143 0.27 0.74 0 0.44 277.92 0.59 0.35
Hex 68 25 8F 1B 4A 0 2C 116 3B 23
Octal 150 45 217 33 112 0 54 426 73 43
Binary 1101000 100101 10001111 11011 1001010 0 101100 100010110 111011 100011

Color Harmonies of #68258F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68258F

Black with #68258F

Text Example


Text Example

White with #68258F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #68258F; }

 p { color: rgb(104,37,143); }

 H1.HeaderClassName
 {
   color: #68258F;
 }
 .AnyTagClassName
 {
   color: #68258F;
 }
</style>

background-color css

<style>
 a { background-color: #68258F; }

 a { background-color: rgb(104,37,143); }

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

border-color css

<style>
 span { border-color: #68258F; }

 span { border-color: rgb(104,37,143); }

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