Html Css Color HEX #683285 Kingfisher Daisy

📋 copy color: '#683285'

red 104 ◦ green 50 ◦ blue 133

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

Shades of Kingfisher Daisy #683285

Tints of Kingfisher Daisy #683285

RGB

 RED value IS 104 (41.02% from 255) = 36.24%

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

 BLUE value IS 133 (52.34% from 255) = 46.34%

R = 36.24%
G = 17.42%
B = 46.34%

CMYK

 C value IS 0.22

 M value IS 0.62

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#683285 (or 0x683285) is known color: Kingfisher Daisy. HEX triplet: 68, 32 and 85. RGB value is (104,50,133). Sum of RGB (Red+Green+Blue) = 104+50+133=287 (38% of max value = 765). Red value is 104 (41.02% from 255 or 36.24% from 287); Green value is 50 (19.92% from 255 or 17.42% from 287); Blue value is 133 (52.34% from 255 or 46.34% from 287); Max value from RGB is 133 - color contains mainly: blue. Hex color #683285 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #683285 is #97CD7A. Grayscale: #4B4B4B. Windows color (decimal): -9948539 or 8729192. OLE color: 8729192.

HSL color Cylindrical-coordinate representation of color #683285: hue angle of 279.04º degrees, saturation: 0.45, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #683285 is Cyan = 0.22, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 104 50 133 -
CMYK 0.22 0.62 0 0.48
HSL 279.04º 0.45% 0.36% -
HSV(B) 279.04º 0.62% 0.52% -
XYZ 11.08 6.92 22.94 -
YUV 75.61 160.39 148.25 -
System Red Green Blue C M Y K H S L
Decimal 104 50 133 0.22 0.62 0 0.48 279.04 0.45 0.36
Hex 68 32 85 16 3E 0 30 117 2D 24
Octal 150 62 205 26 76 0 60 427 55 44
Binary 1101000 110010 10000101 10110 111110 0 110000 100010111 101101 100100

Color Harmonies of #683285

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #683285

Black with #683285

Text Example


Text Example

White with #683285

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #683285; }

 p { color: rgb(104,50,133); }

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

background-color css

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

 a { background-color: rgb(104,50,133); }

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

border-color css

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

 span { border-color: rgb(104,50,133); }

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