Html Css Color HEX #68238C Kingfisher Daisy

📋 copy color: '#68238C'

red 104 ◦ green 35 ◦ blue 140

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

Shades of Kingfisher Daisy #68238C

Tints of Kingfisher Daisy #68238C

RGB

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

 GREEN value IS 35 (14.06% from 255) = 12.54%

 BLUE value IS 140 (55.08% from 255) = 50.18%

R = 37.28%
G = 12.54%
B = 50.18%

CMYK

 C value IS 0.26

 M value IS 0.75

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#68238C (or 0x68238C) is known color: Kingfisher Daisy. HEX triplet: 68, 23 and 8C. RGB value is (104,35,140). Sum of RGB (Red+Green+Blue) = 104+35+140=279 (36% of max value = 765). Red value is 104 (41.02% from 255 or 37.28% from 279); Green value is 35 (14.06% from 255 or 12.54% from 279); Blue value is 140 (55.08% from 255 or 50.18% from 279); Max value from RGB is 140 - color contains mainly: blue. Hex color #68238C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #68238C is #97DC73. Grayscale: #434343. Windows color (decimal): -9952372 or 9184104. OLE color: 9184104.

HSL color Cylindrical-coordinate representation of color #68238C: hue angle of 279.43º degrees, saturation: 0.6, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #68238C is Cyan = 0.26, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 104 35 140 -
CMYK 0.26 0.75 0 0.45
HSL 279.43º 0.6% 0.34% -
HSV(B) 279.43º 0.75% 0.55% -
XYZ 11.04 6.04 25.39 -
YUV 67.6 168.86 153.96 -
System Red Green Blue C M Y K H S L
Decimal 104 35 140 0.26 0.75 0 0.45 279.43 0.6 0.34
Hex 68 23 8C 1A 4B 0 2D 117 3C 22
Octal 150 43 214 32 113 0 55 427 74 42
Binary 1101000 100011 10001100 11010 1001011 0 101101 100010111 111100 100010

Color Harmonies of #68238C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68238C

Black with #68238C

Text Example


Text Example

White with #68238C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #68238C; }

 p { color: rgb(104,35,140); }

 H1.HeaderClassName
 {
   color: #68238C;
 }
 .AnyTagClassName
 {
   color: #68238C;
 }
</style>

background-color css

<style>
 a { background-color: #68238C; }

 a { background-color: rgb(104,35,140); }

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

border-color css

<style>
 span { border-color: #68238C; }

 span { border-color: rgb(104,35,140); }

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