Html Css Color HEX #603A81 Kingfisher Daisy

📋 copy color: '#603A81'

red 96 ◦ green 58 ◦ blue 129

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

Shades of Kingfisher Daisy #603A81

Tints of Kingfisher Daisy #603A81

RGB

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

 GREEN value IS 58 (23.05% from 255) = 20.49%

 BLUE value IS 129 (50.78% from 255) = 45.58%

R = 33.92%
G = 20.49%
B = 45.58%

CMYK

 C value IS 0.26

 M value IS 0.55

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#603A81 (or 0x603A81) is known color: Kingfisher Daisy. HEX triplet: 60, 3A and 81. RGB value is (96,58,129). Sum of RGB (Red+Green+Blue) = 96+58+129=283 (37% of max value = 765). Red value is 96 (37.89% from 255 or 33.92% from 283); Green value is 58 (23.05% from 255 or 20.49% from 283); Blue value is 129 (50.78% from 255 or 45.58% from 283); Max value from RGB is 129 - color contains mainly: blue. Hex color #603A81 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #603A81 is #9FC57E. Grayscale: #4D4D4D. Windows color (decimal): -10470783 or 8469088. OLE color: 8469088.

HSL color Cylindrical-coordinate representation of color #603A81: hue angle of 272.11º degrees, saturation: 0.38, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #603A81 is Cyan = 0.26, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 96 58 129 -
CMYK 0.26 0.55 0 0.49
HSL 272.11º 0.38% 0.37% -
HSV(B) 272.11º 0.55% 0.51% -
XYZ 10.3 7.1 21.6 -
YUV 77.46 157.09 141.23 -
System Red Green Blue C M Y K H S L
Decimal 96 58 129 0.26 0.55 0 0.49 272.11 0.38 0.37
Hex 60 3A 81 1A 37 0 31 110 26 25
Octal 140 72 201 32 67 0 61 420 46 45
Binary 1100000 111010 10000001 11010 110111 0 110001 100010000 100110 100101

Color Harmonies of #603A81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #603A81

Black with #603A81

Text Example


Text Example

White with #603A81

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(96,58,129); }

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

background-color css

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

 a { background-color: rgb(96,58,129); }

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

border-color css

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

 span { border-color: rgb(96,58,129); }

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