Html Css Color HEX #68288F Kingfisher Daisy

📋 copy color: '#68288F'

red 104 ◦ green 40 ◦ blue 143

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

Shades of Kingfisher Daisy #68288F

Tints of Kingfisher Daisy #68288F

RGB

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

 GREEN value IS 40 (16.02% from 255) = 13.94%

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

R = 36.24%
G = 13.94%
B = 49.83%

CMYK

 C value IS 0.27

 M value IS 0.72

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#68288F (or 0x68288F) is known color: Kingfisher Daisy. HEX triplet: 68, 28 and 8F. RGB value is (104,40,143). Sum of RGB (Red+Green+Blue) = 104+40+143=287 (38% of max value = 765). Red value is 104 (41.02% from 255 or 36.24% from 287); Green value is 40 (16.02% from 255 or 13.94% from 287); Blue value is 143 (56.25% from 255 or 49.83% from 287); Max value from RGB is 143 - color contains mainly: blue. Hex color #68288F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #68288F is #97D770. Grayscale: #464646. Windows color (decimal): -9951089 or 9381992. OLE color: 9381992.

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

Color convert

RGB 104 40 143 -
CMYK 0.27 0.72 0 0.44
HSL 277.28º 0.56% 0.36% -
HSV(B) 277.28º 0.72% 0.56% -
XYZ 11.43 6.44 26.63 -
YUV 70.88 168.7 151.62 -
System Red Green Blue C M Y K H S L
Decimal 104 40 143 0.27 0.72 0 0.44 277.28 0.56 0.36
Hex 68 28 8F 1B 48 0 2C 115 38 24
Octal 150 50 217 33 110 0 54 425 70 44
Binary 1101000 101000 10001111 11011 1001000 0 101100 100010101 111000 100100

Color Harmonies of #68288F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68288F

Black with #68288F

Text Example


Text Example

White with #68288F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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