Html Css Color HEX #603D81 Kingfisher Daisy

📋 copy color: '#603D81'

red 96 ◦ green 61 ◦ blue 129

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

Shades of Kingfisher Daisy #603D81

Tints of Kingfisher Daisy #603D81

RGB

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

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

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

R = 33.57%
G = 21.33%
B = 45.1%

CMYK

 C value IS 0.26

 M value IS 0.53

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#603D81 (or 0x603D81) is known color: Kingfisher Daisy. HEX triplet: 60, 3D and 81. RGB value is (96,61,129). Sum of RGB (Red+Green+Blue) = 96+61+129=286 (37% of max value = 765). Red value is 96 (37.89% from 255 or 33.57% from 286); Green value is 61 (24.22% from 255 or 21.33% from 286); Blue value is 129 (50.78% from 255 or 45.10% from 286); Max value from RGB is 129 - color contains mainly: blue. Hex color #603D81 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #603D81 is #9FC27E. Grayscale: #4E4E4E. Windows color (decimal): -10470015 or 8469856. OLE color: 8469856.

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

Color convert

RGB 96 61 129 -
CMYK 0.26 0.53 0 0.49
HSL 270.88º 0.36% 0.37% -
HSV(B) 270.88º 0.53% 0.51% -
XYZ 10.46 7.41 21.65 -
YUV 79.22 156.1 139.97 -
System Red Green Blue C M Y K H S L
Decimal 96 61 129 0.26 0.53 0 0.49 270.88 0.36 0.37
Hex 60 3D 81 1A 35 0 31 10F 24 25
Octal 140 75 201 32 65 0 61 417 44 45
Binary 1100000 111101 10000001 11010 110101 0 110001 100001111 100100 100101

Color Harmonies of #603D81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #603D81

Black with #603D81

Text Example


Text Example

White with #603D81

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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