Html Css Color HEX #683382 Kingfisher Daisy

📋 copy color: '#683382'

red 104 ◦ green 51 ◦ blue 130

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

Shades of Kingfisher Daisy #683382

Tints of Kingfisher Daisy #683382

RGB

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

 GREEN value IS 51 (20.31% from 255) = 17.89%

 BLUE value IS 130 (51.17% from 255) = 45.61%

R = 36.49%
G = 17.89%
B = 45.61%

CMYK

 C value IS 0.2

 M value IS 0.61

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#683382 (or 0x683382) is known color: Kingfisher Daisy. HEX triplet: 68, 33 and 82. RGB value is (104,51,130). Sum of RGB (Red+Green+Blue) = 104+51+130=285 (37% of max value = 765). Red value is 104 (41.02% from 255 or 36.49% from 285); Green value is 51 (20.31% from 255 or 17.89% from 285); Blue value is 130 (51.17% from 255 or 45.61% from 285); Max value from RGB is 130 - color contains mainly: blue. Hex color #683382 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #683382 is #97CC7D. Grayscale: #4B4B4B. Windows color (decimal): -9948286 or 8532840. OLE color: 8532840.

HSL color Cylindrical-coordinate representation of color #683382: hue angle of 280.25º degrees, saturation: 0.44, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #683382 is Cyan = 0.2, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 104 51 130 -
CMYK 0.2 0.61 0 0.49
HSL 280.25º 0.44% 0.35% -
HSV(B) 280.25º 0.61% 0.51% -
XYZ 10.92 6.92 21.88 -
YUV 75.85 158.56 148.08 -
System Red Green Blue C M Y K H S L
Decimal 104 51 130 0.2 0.61 0 0.49 280.25 0.44 0.35
Hex 68 33 82 14 3D 0 31 118 2C 23
Octal 150 63 202 24 75 0 61 430 54 43
Binary 1101000 110011 10000010 10100 111101 0 110001 100011000 101100 100011

Color Harmonies of #683382

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #683382

Black with #683382

Text Example


Text Example

White with #683382

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #683382; }

 p { color: rgb(104,51,130); }

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

background-color css

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

 a { background-color: rgb(104,51,130); }

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

border-color css

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

 span { border-color: rgb(104,51,130); }

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