Html Css Color HEX #60347D Kingfisher Daisy

📋 copy color: '#60347D'

red 96 ◦ green 52 ◦ blue 125

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

Shades of Kingfisher Daisy #60347D

Tints of Kingfisher Daisy #60347D

RGB

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

 GREEN value IS 52 (20.7% from 255) = 19.05%

 BLUE value IS 125 (49.22% from 255) = 45.79%

R = 35.16%
G = 19.05%
B = 45.79%

CMYK

 C value IS 0.23

 M value IS 0.58

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#60347D (or 0x60347D) is known color: Kingfisher Daisy. HEX triplet: 60, 34 and 7D. RGB value is (96,52,125). Sum of RGB (Red+Green+Blue) = 96+52+125=273 (36% of max value = 765). Red value is 96 (37.89% from 255 or 35.16% from 273); Green value is 52 (20.70% from 255 or 19.05% from 273); Blue value is 125 (49.22% from 255 or 45.79% from 273); Max value from RGB is 125 - color contains mainly: blue. Hex color #60347D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #60347D is #9FCB82. Grayscale: #494949. Windows color (decimal): -10472323 or 8205408. OLE color: 8205408.

HSL color Cylindrical-coordinate representation of color #60347D: hue angle of 276.16º degrees, saturation: 0.41, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #60347D is Cyan = 0.23, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 96 52 125 -
CMYK 0.23 0.58 0 0.51
HSL 276.16º 0.41% 0.35% -
HSV(B) 276.16º 0.58% 0.49% -
XYZ 9.75 6.42 20.13 -
YUV 73.48 157.08 144.06 -
System Red Green Blue C M Y K H S L
Decimal 96 52 125 0.23 0.58 0 0.51 276.16 0.41 0.35
Hex 60 34 7D 17 3A 0 33 114 29 23
Octal 140 64 175 27 72 0 63 424 51 43
Binary 1100000 110100 1111101 10111 111010 0 110011 100010100 101001 100011

Color Harmonies of #60347D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60347D

Black with #60347D

Text Example


Text Example

White with #60347D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #60347D; }

 p { color: rgb(96,52,125); }

 H1.HeaderClassName
 {
   color: #60347D;
 }
 .AnyTagClassName
 {
   color: #60347D;
 }
</style>

background-color css

<style>
 a { background-color: #60347D; }

 a { background-color: rgb(96,52,125); }

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

border-color css

<style>
 span { border-color: #60347D; }

 span { border-color: rgb(96,52,125); }

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