Html Css Color HEX #60268C Kingfisher Daisy

📋 copy color: '#60268C'

red 96 ◦ green 38 ◦ blue 140

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

Shades of Kingfisher Daisy #60268C

Tints of Kingfisher Daisy #60268C

RGB

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

 GREEN value IS 38 (15.23% from 255) = 13.87%

 BLUE value IS 140 (55.08% from 255) = 51.09%

R = 35.04%
G = 13.87%
B = 51.09%

CMYK

 C value IS 0.31

 M value IS 0.73

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#60268C (or 0x60268C) is known color: Kingfisher Daisy. HEX triplet: 60, 26 and 8C. RGB value is (96,38,140). Sum of RGB (Red+Green+Blue) = 96+38+140=274 (36% of max value = 765). Red value is 96 (37.89% from 255 or 35.04% from 274); Green value is 38 (15.23% from 255 or 13.87% from 274); Blue value is 140 (55.08% from 255 or 51.09% from 274); Max value from RGB is 140 - color contains mainly: blue. Hex color #60268C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #60268C is #9FD973. Grayscale: #424242. Windows color (decimal): -10475892 or 9184864. OLE color: 9184864.

HSL color Cylindrical-coordinate representation of color #60268C: hue angle of 274.12º degrees, saturation: 0.57, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #60268C is Cyan = 0.31, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 96 38 140 -
CMYK 0.31 0.73 0 0.45
HSL 274.12º 0.57% 0.35% -
HSV(B) 274.12º 0.73% 0.55% -
XYZ 10.25 5.77 25.38 -
YUV 66.97 169.22 148.71 -
System Red Green Blue C M Y K H S L
Decimal 96 38 140 0.31 0.73 0 0.45 274.12 0.57 0.35
Hex 60 26 8C 1F 49 0 2D 112 39 23
Octal 140 46 214 37 111 0 55 422 71 43
Binary 1100000 100110 10001100 11111 1001001 0 101101 100010010 111001 100011

Color Harmonies of #60268C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60268C

Black with #60268C

Text Example


Text Example

White with #60268C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #60268C; }

 p { color: rgb(96,38,140); }

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

background-color css

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

 a { background-color: rgb(96,38,140); }

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

border-color css

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

 span { border-color: rgb(96,38,140); }

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