Html Css Color HEX #603C7B Kingfisher Daisy

📋 copy color: '#603C7B'

red 96 ◦ green 60 ◦ blue 123

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

Shades of Kingfisher Daisy #603C7B

Tints of Kingfisher Daisy #603C7B

RGB

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

 GREEN value IS 60 (23.83% from 255) = 21.51%

 BLUE value IS 123 (48.44% from 255) = 44.09%

R = 34.41%
G = 21.51%
B = 44.09%

CMYK

 C value IS 0.22

 M value IS 0.51

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#603C7B (or 0x603C7B) is known color: Kingfisher Daisy. HEX triplet: 60, 3C and 7B. RGB value is (96,60,123). Sum of RGB (Red+Green+Blue) = 96+60+123=279 (36% of max value = 765). Red value is 96 (37.89% from 255 or 34.41% from 279); Green value is 60 (23.83% from 255 or 21.51% from 279); Blue value is 123 (48.44% from 255 or 44.09% from 279); Max value from RGB is 123 - color contains mainly: blue. Hex color #603C7B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #603C7B is #9FC384. Grayscale: #4D4D4D. Windows color (decimal): -10470277 or 8076384. OLE color: 8076384.

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

Color convert

RGB 96 60 123 -
CMYK 0.22 0.51 0 0.52
HSL 274.29º 0.34% 0.36% -
HSV(B) 274.29º 0.51% 0.48% -
XYZ 10.01 7.15 19.59 -
YUV 77.95 153.43 140.88 -
System Red Green Blue C M Y K H S L
Decimal 96 60 123 0.22 0.51 0 0.52 274.29 0.34 0.36
Hex 60 3C 7B 16 33 0 34 112 22 24
Octal 140 74 173 26 63 0 64 422 42 44
Binary 1100000 111100 1111011 10110 110011 0 110100 100010010 100010 100100

Color Harmonies of #603C7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #603C7B

Black with #603C7B

Text Example


Text Example

White with #603C7B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(96,60,123); }

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

background-color css

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

 a { background-color: rgb(96,60,123); }

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

border-color css

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

 span { border-color: rgb(96,60,123); }

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