Html Css Color HEX #68198F Kingfisher Daisy

📋 copy color: '#68198F'

red 104 ◦ green 25 ◦ blue 143

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

Shades of Kingfisher Daisy #68198F

Tints of Kingfisher Daisy #68198F

RGB

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

 GREEN value IS 25 (10.16% from 255) = 9.19%

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

R = 38.24%
G = 9.19%
B = 52.57%

CMYK

 C value IS 0.27

 M value IS 0.83

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#68198F (or 0x68198F) is known color: Kingfisher Daisy. HEX triplet: 68, 19 and 8F. RGB value is (104,25,143). Sum of RGB (Red+Green+Blue) = 104+25+143=272 (36% of max value = 765). Red value is 104 (41.02% from 255 or 38.24% from 272); Green value is 25 (10.16% from 255 or 9.19% from 272); Blue value is 143 (56.25% from 255 or 52.57% from 272); Max value from RGB is 143 - color contains mainly: blue. Hex color #68198F is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #68198F is #97E670. Grayscale: #3D3D3D. Windows color (decimal): -9954929 or 9378152. OLE color: 9378152.

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

Color convert

RGB 104 25 143 -
CMYK 0.27 0.83 0 0.44
HSL 280.17º 0.7% 0.33% -
HSV(B) 280.17º 0.83% 0.56% -
XYZ 11.01 5.62 26.49 -
YUV 62.07 173.67 157.91 -
System Red Green Blue C M Y K H S L
Decimal 104 25 143 0.27 0.83 0 0.44 280.17 0.7 0.33
Hex 68 19 8F 1B 53 0 2C 118 46 21
Octal 150 31 217 33 123 0 54 430 106 41
Binary 1101000 11001 10001111 11011 1010011 0 101100 100011000 1000110 100001

Color Harmonies of #68198F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68198F

Black with #68198F

Text Example


Text Example

White with #68198F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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