Html Css Color HEX #60347E Kingfisher Daisy

📋 copy color: '#60347E'

red 96 ◦ green 52 ◦ blue 126

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

Shades of Kingfisher Daisy #60347E

Tints of Kingfisher Daisy #60347E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 45.99%

R = 35.04%
G = 18.98%
B = 45.99%

CMYK

 C value IS 0.24

 M value IS 0.59

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#60347E (or 0x60347E) is known color: Kingfisher Daisy. HEX triplet: 60, 34 and 7E. RGB value is (96,52,126). Sum of RGB (Red+Green+Blue) = 96+52+126=274 (36% of max value = 765). Red value is 96 (37.89% from 255 or 35.04% from 274); Green value is 52 (20.70% from 255 or 18.98% from 274); Blue value is 126 (49.61% from 255 or 45.99% from 274); Max value from RGB is 126 - color contains mainly: blue. Hex color #60347E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #60347E is #9FCB81. Grayscale: #494949. Windows color (decimal): -10472322 or 8270944. OLE color: 8270944.

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

Color convert

RGB 96 52 126 -
CMYK 0.24 0.59 0 0.51
HSL 275.68º 0.42% 0.35% -
HSV(B) 275.68º 0.59% 0.49% -
XYZ 9.82 6.45 20.47 -
YUV 73.59 157.58 143.98 -
System Red Green Blue C M Y K H S L
Decimal 96 52 126 0.24 0.59 0 0.51 275.68 0.42 0.35
Hex 60 34 7E 18 3B 0 33 114 2A 23
Octal 140 64 176 30 73 0 63 424 52 43
Binary 1100000 110100 1111110 11000 111011 0 110011 100010100 101010 100011

Color Harmonies of #60347E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60347E

Black with #60347E

Text Example


Text Example

White with #60347E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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