Html Css Color HEX #603D7F Kingfisher Daisy

📋 copy color: '#603D7F'

red 96 ◦ green 61 ◦ blue 127

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

Shades of Kingfisher Daisy #603D7F

Tints of Kingfisher Daisy #603D7F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 44.72%

R = 33.8%
G = 21.48%
B = 44.72%

CMYK

 C value IS 0.24

 M value IS 0.52

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#603D7F (or 0x603D7F) is known color: Kingfisher Daisy. HEX triplet: 60, 3D and 7F. RGB value is (96,61,127). Sum of RGB (Red+Green+Blue) = 96+61+127=284 (37% of max value = 765). Red value is 96 (37.89% from 255 or 33.80% from 284); Green value is 61 (24.22% from 255 or 21.48% from 284); Blue value is 127 (50% from 255 or 44.72% from 284); Max value from RGB is 127 - color contains mainly: blue. Hex color #603D7F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #603D7F is #9FC280. Grayscale: #4E4E4E. Windows color (decimal): -10470017 or 8338784. OLE color: 8338784.

HSL color Cylindrical-coordinate representation of color #603D7F: hue angle of 271.82º degrees, saturation: 0.35, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #603D7F is Cyan = 0.24, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 96 61 127 -
CMYK 0.24 0.52 0 0.50
HSL 271.82º 0.35% 0.37% -
HSV(B) 271.82º 0.52% 0.5% -
XYZ 10.32 7.36 20.95 -
YUV 78.99 155.1 140.13 -
System Red Green Blue C M Y K H S L
Decimal 96 61 127 0.24 0.52 0 0.50 271.82 0.35 0.37
Hex 60 3D 7F 18 34 0 32 110 23 25
Octal 140 75 177 30 64 0 62 420 43 45
Binary 1100000 111101 1111111 11000 110100 0 110010 100010000 100011 100101

Color Harmonies of #603D7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #603D7F

Black with #603D7F

Text Example


Text Example

White with #603D7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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