Html Css Color HEX #603288 Kingfisher Daisy

📋 copy color: '#603288'

red 96 ◦ green 50 ◦ blue 136

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

Shades of Kingfisher Daisy #603288

Tints of Kingfisher Daisy #603288

RGB

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

 GREEN value IS 50 (19.92% from 255) = 17.73%

 BLUE value IS 136 (53.52% from 255) = 48.23%

R = 34.04%
G = 17.73%
B = 48.23%

CMYK

 C value IS 0.29

 M value IS 0.63

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#603288 (or 0x603288) is known color: Kingfisher Daisy. HEX triplet: 60, 32 and 88. RGB value is (96,50,136). Sum of RGB (Red+Green+Blue) = 96+50+136=282 (37% of max value = 765). Red value is 96 (37.89% from 255 or 34.04% from 282); Green value is 50 (19.92% from 255 or 17.73% from 282); Blue value is 136 (53.52% from 255 or 48.23% from 282); Max value from RGB is 136 - color contains mainly: blue. Hex color #603288 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #603288 is #9FCD77. Grayscale: #494949. Windows color (decimal): -10472824 or 8925792. OLE color: 8925792.

HSL color Cylindrical-coordinate representation of color #603288: hue angle of 272.09º degrees, saturation: 0.46, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #603288 is Cyan = 0.29, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 96 50 136 -
CMYK 0.29 0.63 0 0.47
HSL 272.09º 0.46% 0.36% -
HSV(B) 272.09º 0.63% 0.53% -
XYZ 10.41 6.55 24.01 -
YUV 73.56 163.24 144.01 -
System Red Green Blue C M Y K H S L
Decimal 96 50 136 0.29 0.63 0 0.47 272.09 0.46 0.36
Hex 60 32 88 1D 3F 0 2F 110 2E 24
Octal 140 62 210 35 77 0 57 420 56 44
Binary 1100000 110010 10001000 11101 111111 0 101111 100010000 101110 100100

Color Harmonies of #603288

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #603288

Black with #603288

Text Example


Text Example

White with #603288

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #603288; }

 p { color: rgb(96,50,136); }

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

background-color css

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

 a { background-color: rgb(96,50,136); }

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

border-color css

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

 span { border-color: rgb(96,50,136); }

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