Html Css Color HEX #60388A Kingfisher Daisy

📋 copy color: '#60388A'

red 96 ◦ green 56 ◦ blue 138

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

Shades of Kingfisher Daisy #60388A

Tints of Kingfisher Daisy #60388A

RGB

 RED value IS 96 (37.89% from 255) = 33.1%

 GREEN value IS 56 (22.27% from 255) = 19.31%

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

R = 33.1%
G = 19.31%
B = 47.59%

CMYK

 C value IS 0.30

 M value IS 0.59

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#60388A (or 0x60388A) is known color: Kingfisher Daisy. HEX triplet: 60, 38 and 8A. RGB value is (96,56,138). Sum of RGB (Red+Green+Blue) = 96+56+138=290 (38% of max value = 765). Red value is 96 (37.89% from 255 or 33.10% from 290); Green value is 56 (22.27% from 255 or 19.31% from 290); Blue value is 138 (54.30% from 255 or 47.59% from 290); Max value from RGB is 138 - color contains mainly: blue. Hex color #60388A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #60388A is #9FC775. Grayscale: #4D4D4D. Windows color (decimal): -10471286 or 9058400. OLE color: 9058400.

HSL color Cylindrical-coordinate representation of color #60388A: hue angle of 269.27º degrees, saturation: 0.42, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #60388A is Cyan = 0.30, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 96 56 138 -
CMYK 0.30 0.59 0 0.46
HSL 269.27º 0.42% 0.38% -
HSV(B) 269.27º 0.59% 0.54% -
XYZ 10.83 7.15 24.85 -
YUV 77.31 162.25 141.33 -
System Red Green Blue C M Y K H S L
Decimal 96 56 138 0.30 0.59 0 0.46 269.27 0.42 0.38
Hex 60 38 8A 1E 3B 0 2E 10D 2A 26
Octal 140 70 212 36 73 0 56 415 52 46
Binary 1100000 111000 10001010 11110 111011 0 101110 100001101 101010 100110

Color Harmonies of #60388A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60388A

Black with #60388A

Text Example


Text Example

White with #60388A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(96,56,138); }

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

background-color css

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

 a { background-color: rgb(96,56,138); }

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

border-color css

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

 span { border-color: rgb(96,56,138); }

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