Html Css Color HEX #603D7C Kingfisher Daisy

📋 copy color: '#603D7C'

red 96 ◦ green 61 ◦ blue 124

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

Shades of Kingfisher Daisy #603D7C

Tints of Kingfisher Daisy #603D7C

RGB

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

 GREEN value IS 61 (24.22% from 255) = 21.71%

 BLUE value IS 124 (48.83% from 255) = 44.13%

R = 34.16%
G = 21.71%
B = 44.13%

CMYK

 C value IS 0.23

 M value IS 0.51

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#603D7C (or 0x603D7C) is known color: Kingfisher Daisy. HEX triplet: 60, 3D and 7C. RGB value is (96,61,124). Sum of RGB (Red+Green+Blue) = 96+61+124=281 (37% of max value = 765). Red value is 96 (37.89% from 255 or 34.16% from 281); Green value is 61 (24.22% from 255 or 21.71% from 281); Blue value is 124 (48.83% from 255 or 44.13% from 281); Max value from RGB is 124 - color contains mainly: blue. Hex color #603D7C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #603D7C is #9FC283. Grayscale: #4E4E4E. Windows color (decimal): -10470020 or 8142176. OLE color: 8142176.

HSL color Cylindrical-coordinate representation of color #603D7C: hue angle of 273.33º degrees, saturation: 0.34, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #603D7C is Cyan = 0.23, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 96 61 124 -
CMYK 0.23 0.51 0 0.51
HSL 273.33º 0.34% 0.36% -
HSV(B) 273.33º 0.51% 0.49% -
XYZ 10.13 7.28 19.94 -
YUV 78.65 153.6 140.38 -
System Red Green Blue C M Y K H S L
Decimal 96 61 124 0.23 0.51 0 0.51 273.33 0.34 0.36
Hex 60 3D 7C 17 33 0 33 111 22 24
Octal 140 75 174 27 63 0 63 421 42 44
Binary 1100000 111101 1111100 10111 110011 0 110011 100010001 100010 100100

Color Harmonies of #603D7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #603D7C

Black with #603D7C

Text Example


Text Example

White with #603D7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #603D7C; }

 p { color: rgb(96,61,124); }

 H1.HeaderClassName
 {
   color: #603D7C;
 }
 .AnyTagClassName
 {
   color: #603D7C;
 }
</style>

background-color css

<style>
 a { background-color: #603D7C; }

 a { background-color: rgb(96,61,124); }

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

border-color css

<style>
 span { border-color: #603D7C; }

 span { border-color: rgb(96,61,124); }

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